Courseiva
Advanced Visualization and LookupshardMultiple ChoiceObjective-mapped

SPLK-1002 Drilldown Practice Question

In a dashboard panel, a table shows event counts by source. The user wants to click on a sourcetype to drill down to a new search showing all events from that source. Which token-based drilldown approach is correct?

⚠ Common exam trap

The key trap is confusing drilldown actions: 'search' with tokens like $row.sourcetype$ is the correct method for this scenario, not 'link' or 'form'.

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 a drilldown action to 'search' with a search string containing $row.sourcetype$.

Using $row.sourcetype$ in a drilldown search string passes the clicked value dynamically. Option A is wrong because custom JavaScript is unnecessary and not the recommended token-based approach. Option B is wrong because 'form' action submits form inputs, not simply a token with the clicked value. Option C is wrong because a static link URL cannot dynamically pass the clicked sourcetype.

Answer analysis

Option-by-option breakdown

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

  • Use a custom JavaScript to navigate.

    Why it's wrong here

    Incorrect. Custom JavaScript is not the recommended token-based approach; it is overkill and not standard practice in Splunk dashboards.

  • Set a drilldown action to 'form' and submit the token.

    Why it's wrong here

    Incorrect. The 'form' action is used to submit form inputs, not to pass a single token from a clicked row to a new search.

  • Set a drilldown action to 'link' with a URL that includes the sourcetype.

    Why it's wrong here

    Incorrect. A 'link' action with a static URL cannot dynamically include the clicked sourcetype value, so it does not achieve the desired drilldown.

  • Set a drilldown action to 'search' with a search string containing $row.sourcetype$.

    Why this is correct

    Correct. Using a 'search' action with a search string that includes $row.sourcetype$ passes the clicked value dynamically and runs a new search for events from that source.

About these practice questions

This SPLK-1002 question is part of Courseiva's 475-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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-1002 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-1002 exam.