Splunk Enterprise Certified Admin — Question 24

Which of the following are valid parent elements for the event action shown below? (Select all that apply.)
<set token=`Token Name`>sourcetype=$click.value|s

lt;/set>

Answer options

Correct answer: A, C

Explanation

The correct answer includes <eval> because it is a valid parent for the set token action. Additionally, <change> <condition> is valid as it can encapsulate the <set> tag. The other options, <change> alone and <drilldown> <condition>, do not serve as appropriate parents for this specific event action.