SPLK-1004 Exam QuestionsBrowse all questions from this exam

SPLK-1004 Exam - Question 7


What is an example of the simple XML syntax for a base search and its post-process search?

Show Answer
Correct Answer: AD

A correct simple XML syntax for a base search and its post-process search would be using the <search> tag with an id for the base search, and another <search> tag with a base attribute referring to the id of the base search. Therefore, <search id="myBaseSearch"> for the base search and <search base="myBaseSearch"> for the post-process search is the correct usage.

Discussion

2 comments
Sign in to comment
Eddie_examOption: A
Apr 21, 2024

Correct answer is A. See example under Basic post-process search on https://docs.splunk.com/Documentation/Splunk/latest/Viz/Savedsearches#Post-process_searches_2

emlchOption: A
May 10, 2024

For base search <search id="name"> Post-process <search base="myBaseSearch">