SPLK-1002 Advanced Visualization and Lookups Practice Question
Exhibit
Search command: | inputlookup geo_lookup | search src_ip="10.0.0.1" | table src_ip, city, country Error: "Error in 'inputlookup' command: Could not find lookup table 'geo_lookup'"
Refer to the exhibit. What is the most likely cause of this error?
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 definition [geo_lookup] does not exist in transforms.conf
The error 'Could not find lookup table' indicates that Splunk cannot find a lookup definition named 'geo_lookup' in transforms.conf. This is the most likely cause because the lookup definition (stanza) is missing or misconfigured. If the file geo.csv were missing but the definition existed, the error would mention 'file not found'. Permission errors produce a different message, and a misspelled field would not cause this error. Therefore, option A is correct.
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 definition [geo_lookup] does not exist in transforms.conf
Why this is correct
The 'inputlookup' command requires a valid lookup definition; absence causes this exact error.
- ✗
The lookup file geo.csv is not present in the lookups directory
Why it's wrong here
That would give a 'could not open lookup file' error.
- ✗
The field src_ip is misspelled in the lookup table
Why it's wrong here
The error occurs before field mapping is checked.
- ✗
The user does not have read permission on the lookup table
Why it's wrong here
Permission errors typically say 'you do not have permission'.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SPLK-1002 question from scratch — 475 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-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.