Splunk
SPLK-1004 · Question #73
What is used to separate multiple tokens when creating a drilldown in XML?
The correct answer is C. An escaped ampersand (&). In Splunk XML dashboards, multiple tokens must be separated using an escaped ampersand (&), which prevents syntax errors and ensures that tokens are correctly passed in drilldowns.
Creating and Using Lookups and Workflow Actions
Question
What is used to separate multiple tokens when creating a drilldown in XML?
Options
- AA pipe character (|)
- BA comma (,)
- CAn escaped ampersand (&)
- DAn escaped double quote (")
How the community answered
(19 responses)- B5% (1)
- C95% (18)
Explanation
In Splunk XML dashboards, multiple tokens must be separated using an escaped ampersand (&), which prevents syntax errors and ensures that tokens are correctly passed in drilldowns.
Topics
#drilldown XML#token syntax#ampersand encoding#dashboard XML
Community Discussion
No community discussion yet for this question.