Question 323 of 510
Creating Reports, Dashboards and VisualizationsmediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the base search used in the dashboard’s panels is a saved search owned by the analyst, and the ‘auditor’ role does not have permissions to that saved search. This is correct because when troubleshooting dashboard data visibility due to saved search permissions, Splunk treats the saved search as a distinct object with its own access controls; even if the auditor has read access to the ‘transactions’ index, the dashboard panels cannot retrieve data if the underlying saved search remains private to the analyst. On the SPLK-1002 exam, this scenario tests your understanding that object-level permissions override index-level access—a common trap where candidates assume index access alone guarantees dashboard data. Remember the memory tip: “Saved search, saved access”—if the search isn’t shared, the data won’t appear.

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

This SPLK-1002 practice question tests your understanding of creating reports, dashboards and visualizations. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A financial analyst creates a dashboard in Splunk Web to track daily transaction volumes. The dashboard has three panels: a table of top 10 merchants by transaction count, a bar chart of transactions by hour, and a single value showing total transaction amount. All panels use the same base search from the 'transactions' index. The analyst is in the 'finance' role. The dashboard runs fine in the analyst's session, but when the analyst shares the dashboard with the 'auditor' role, the auditor sees no data in any panel. The auditor role has read access to the dashboard and the 'transactions' index. What is the most likely cause?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "most likely"

    Why it matters: Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

Question 1mediummultiple choice
Full question →

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

The base search used in the dashboard's panels is a saved search owned by the analyst, and the 'auditor' role does not have permissions to that saved search

Option A is correct because the base search is a saved search owned by the analyst. When a dashboard uses a saved search as its base search, Splunk enforces permissions on that saved search object. Even though the auditor role has read access to the 'transactions' index, if the saved search itself is not shared with the auditor role (e.g., it remains private to the analyst), the dashboard panels will fail to retrieve data for the auditor. This is a common permission scoping issue in Splunk where data access is gated by the saved search object, not just the index.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • The base search used in the dashboard's panels is a saved search owned by the analyst, and the 'auditor' role does not have permissions to that saved search

    Why this is correct

    If the base search is saved and owned by the analyst, other roles need explicit read permission on that search object.

    Clue confirmation

    The clue word "most likely" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • The 'auditor' role does not have read access to the 'transactions' index

    Why it's wrong here

    The scenario states the auditor has read access to the index.

  • The dashboard's permission is set to 'private' and only the analyst can view it

    Why it's wrong here

    The analyst shared it to the auditor role, so read access is granted.

  • The dashboard is set to run as the 'finance' role, and the 'auditor' role lacks the 'rbac_perm' privilege

    Why it's wrong here

    rbac_perm is not a valid Splunk privilege.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Splunk often tests the misconception that index-level read access alone guarantees data visibility in dashboards, ignoring the separate permission layer on saved search objects used as base searches.

Trap categories for this question

  • Scenario analysis trap

    The scenario states the auditor has read access to the index.

Detailed technical explanation

How to think about this question

In Splunk, saved searches are distinct objects with their own access control lists (ACLs). When a dashboard references a saved search via the `savedsearch` command or as a base search, Splunk evaluates the viewer's permissions on that saved search object at runtime. If the saved search is not shared with the auditor role (e.g., it remains 'private' to the owner), the search will not execute for the auditor, resulting in empty panels. This is different from embedding the search string directly in the dashboard XML, which would rely solely on index permissions.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A junior network technician can log in to a core router but cannot reach the enable prompt or configuration mode. The AAA server is authenticating the login — but the authorisation policy only grants privilege level 1, not 15. Authentication (who you are) is working; authorisation (what you can do) is not.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SPLK-1002 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free SPLK-1002 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this SPLK-1002 question test?

Creating Reports, Dashboards and Visualizations — This question tests Creating Reports, Dashboards and Visualizations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The base search used in the dashboard's panels is a saved search owned by the analyst, and the 'auditor' role does not have permissions to that saved search — Option A is correct because the base search is a saved search owned by the analyst. When a dashboard uses a saved search as its base search, Splunk enforces permissions on that saved search object. Even though the auditor role has read access to the 'transactions' index, if the saved search itself is not shared with the auditor role (e.g., it remains private to the analyst), the dashboard panels will fail to retrieve data for the auditor. This is a common permission scoping issue in Splunk where data access is gated by the saved search object, not just the index.

What should I do if I get this SPLK-1002 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Are there clue words in this question I should notice?

Yes — watch for: "most likely". Probability qualifier — the question wants the most probable cause or outcome, not a guaranteed one. Eliminate low-probability options.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.