SPLK-1002 Advanced Visualization and Lookups Practice Question
Exhibit
Refer to the exhibit. | inputlookup server_list.csv | search status="active" | table hostname ip_address
An analyst runs this search and gets no results. The lookup file server_list.csv exists and contains data. What is the most likely issue?
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 field names in the CSV do not match the search fields.
The search likely uses fields (e.g., status, hostname, ip_address) that do not match the column headers in server_list.csv. The inputlookup command returns results only if field names align; a mismatch leads to no output. Other options are less likely: the file exists so it is in the correct directory (A); index specification is irrelevant for lookups (C); inputlookup is appropriate for inline lookups (D).
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 lookup file is not in the correct lookup directory.
Why it's wrong here
If the file were missing, inputlookup would return an error, not just empty results.
- ✓
The field names in the CSV do not match the search fields.
Why this is correct
If the CSV has different field names, the search conditions won't match, resulting in zero results.
- ✗
The search should include an index specification.
Why it's wrong here
inputlookup does not require an index; it reads from the lookup file directly.
- ✗
The search should use 'lookup' instead of 'inputlookup'.
Why it's wrong here
inputlookup correctly loads the entire lookup into the search.
Go deeper
Related to this question
About these practice questions
One of 475 original SPLK-1002 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-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.