Courseiva
Creating Reports, Dashboards and VisualizationshardMultiple ChoiceObjective-mapped

SPLK-1001 Practice Question: Creating Reports, Dashboards and Visualizations

A dashboard includes a table panel that shows recent errors. The analyst wants users to click on an error message and be taken to a search showing all events containing that error message within the same time range. Which configuration should be applied to the table panel?

⚠ Common exam trap

Many candidates confuse 'Drilldown' to 'Search' (which requires manual time range handling) with 'Link to search' (which automatically preserves the dashboard's time range), leading them to pick Option D incorrectly.

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

Set 'Drilldown' to 'Link to search' and configure the target search with a token for the error message.

Setting 'Drilldown' to 'Link to search' allows you to configure a target search URL that includes a token for the clicked error message. When a user clicks a cell in the table, the token (e.g., `$click.value$`) is replaced with the actual value from that cell, and Splunk opens a new search using the same time range as the original dashboard, fulfilling the requirement exactly.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Set 'Drilldown' to 'Link to search' and configure the target search with a token for the error message.

    Why this is correct

    Link to search with tokens maintains the time range and passes clicked value.

  • Add a token on the table panel and set the drilldown to 'Token' with value '$row.error_message$'.

    Why it's wrong here

    Setting drilldown to 'Token' only populates a token but does not navigate to another search.

  • Set 'Drilldown' to 'Custom' and use JavaScript to open a new window.

    Why it's wrong here

    Custom drilldown requires JavaScript and is not the simplest solution for linking to a search.

  • Set 'Drilldown' to 'Search', and in the search string include 'error_message="$click.value$"'

    Why it's wrong here

    This would work but is less flexible than token-based linking; also the time range is not automatically passed.

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 →

How Courseiva writes practice questions · Editorial policy

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.