SPLK-1004 · Question #92
Which of the following could be used to build a contextual drilldown?
The correct answer is A. <set> and <unset> elements with a depend? attribute. To build a contextual drilldown in Splunk dashboards, you can use <set> and <unset> elements with a depend? attribute. These elements allow you to dynamically update tokens based on user interactions, enabling context-sensitive behavior in your dashboard. Here's why this works…
Question
Which of the following could be used to build a contextual drilldown?
Options
- A<set> and <unset> elements with a depend? attribute.
- B$earliest$ and $latest$ tokens set by a global time range picker.
- C<set> and <reset> elements with a rejects attribute.
- D<set> and <offset> elements with depends and rejects attributes.
How the community answered
(33 responses)- A79% (26)
- B3% (1)
- C6% (2)
- D12% (4)
Explanation
To build a contextual drilldown in Splunk dashboards, you can use <set> and <unset> elements with a depend? attribute. These elements allow you to dynamically update tokens based on user interactions, enabling context-sensitive behavior in your dashboard. Here's why this works: Contextual Drilldown : A contextual drilldown allows users to click on a visualization (e.g., a chart or table) and navigate to another view or filter data based on the clicked value. Dynamic Tokens : The <set> element sets a token to a specific value when a condition is met, while <unset> clears the token when the condition is no longer valid. The depend? attribute ensures that the behavior is conditional and context-aware.
Topics
Community Discussion
No community discussion yet for this question.