SPLK-1001 Practice Question: Creating Reports, Dashboards and Visualizations
Exhibit
| inputlookup app_errors.csv | where severity > 3 | stats count by app, error_type | sort -count | head 10
Refer to the exhibit. A user runs this search from a dashboard panel. The panel shows no results, but the lookup file exists and has data. What is the most likely reason?
⚠ Common exam trap
Splunk often tests the distinction between uploading a lookup file and defining it as a lookup table, tricking candidates into thinking the file's mere existence on the filesystem is sufficient for it to be used in searches.
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 lookup file is not defined as a lookup table in Splunk
The search references a lookup file by name, but Splunk requires that lookup files be explicitly defined as lookup tables via Settings > Lookups > Lookup table definitions before they can be used in search commands like `lookup`, `inputlookup`, or `outputlookup`. Without this definition, Splunk cannot resolve the file name to a valid lookup table, causing the search to return no results even though the file exists on disk.
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 time range is set to a period with no data
Why it's wrong here
Inputlookup is not time-bound.
- ✓
The lookup file is not defined as a lookup table in Splunk
Why this is correct
Inputlookup requires a lookup definition.
- ✗
The sort command requires a field name
Why it's wrong here
Sort -count is valid.
- ✗
The where clause is incorrectly formatted
Why it's wrong here
Syntax is correct.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every SPLK-1001 question from scratch — 502 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.