SPLK-1002 Advanced Visualization and Lookups Practice Question
A Splunk administrator wants to create a static lookup table from a search result. Which approach is recommended?
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
✓
Use the `outputlookup` command to save the search result as a CSV file.
The outputlookup command is designed to save search results directly to a CSV file in the lookups directory. Option B is manual and error-prone. Option C, inputlookup, reads a lookup file. Option D, lookup, applies a lookup but does not create a file.
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 the `outputlookup` command to save the search result as a CSV file.
Why this is correct
outputlookup writes the result set to a lookup file in the specified directory.
- ✗
Use `inputlookup` to write to a CSV file.
Why it's wrong here
inputlookup reads a lookup file; it cannot write.
- ✗
Use the `lookup` command to create the file.
Why it's wrong here
lookup applies a lookup to events; it does not create a file.
- ✗
Manually copy the results into a spreadsheet and upload as CSV.
Why it's wrong here
Manual process is inefficient and prone to errors.
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.