SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 61


Which of the following are valid parent elements for the event action shown below? (Select all that apply.)

sourcetype=$click.value|s$

Show Answer
Correct Answer: ABCD

The <set> tag is commonly used within <change>, <change><condition>, and <drilldown><condition> elements in Splunk XML extensions. The <eval> element uses its own syntax for setting tokens without the <set> command.

Discussion

2 comments
Sign in to comment
New_userOptions: BC
Jul 18, 2021

Answer is BCD. Eval fuction is used to set tokens without "set" command. See here: https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML

qtygbapjpesdayazkoOptions: BC
Sep 24, 2023

B. <change> C. <change> <condition> D. <drilldown> <condition> The <eval> is a alternative to <set> as @New_user describe.