SPLK-1001 Practice Question: Creating Reports, Dashboards and Visualizations
An analyst creates a dashboard with multiple panels. One panel shows a table of top users by login count. The analyst wants to add a second panel that updates based on the user clicked in the first panel. Which feature should be used?
⚠ Common exam trap
Test-takers frequently confuse visual consistency (same chart type) or time synchronization with the interactive data-linking capability that only drilldown and tokens provide.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Enable drilldown on the first panel to set a token, and reference that token in the second panel's search.
Drilldown in Splunk allows you to pass context from one panel to another by setting tokens when a user clicks on a value. The first panel's drilldown can set a token (e.g., `$clicked_user$`) which is then referenced in the second panel's search using `| search user=$clicked_user$`. This enables dynamic filtering without requiring separate reports or manual interaction.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Schedule the first panel as a report and the second as a related report.
Why it's wrong here
Scheduling does not create interactive dependencies.
- ✓
Enable drilldown on the first panel to set a token, and reference that token in the second panel's search.
Why this is correct
Token passing enables inter-panel communication.
- ✗
Use the same chart type for both panels to ensure consistency.
Why it's wrong here
Consistency doesn't enable interactivity.
- ✗
Set both panels to use the same time range picker.
Why it's wrong here
Same time range does not enable panel-to-panel filtering.
Go deeper
Related to this question
About these practice questions
One of 502 original SPLK-1001 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SPLK-1001 practice question is part of Courseiva's free Splunk certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SPLK-1001 exam.