Splunk Infrastructure Overview — Question 29
What is an example of the simple XML syntax for a base search and its post-process search?
Answer options
- A. <search id="myBaseSearch">, <search base="myBaseSearch">
- B. <search globalsearch="myBaseSearch">, <search globalsearch>
- C. <panel id="myBaseSearch">, <panel base="myBaseSearch">
- D. <search id="myGlobalSearch">, <search base="myBaseSearch">
Correct answer: A
Explanation
Option A is correct because it accurately represents the simple XML syntax for defining a base search and its related post-process search. The other options either use incorrect XML tags or attribute names, making them invalid in the context of a base and post-process search syntax.