SPLK-1001 Using Fields and Lookups Practice Question
A security analyst wants to enrich authentication logs with a lookup table containing user department and manager information. Which TWO statements are true about using lookups in Splunk?
⚠ Common exam trap
Candidates often confuse `inputlookup` (which loads the lookup table as events) with the `lookup` command (which enriches existing events), leading them to incorrectly dismiss Option B as incorrect.
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 inputlookup command can be used to load a lookup file into a search.
The `inputlookup` command loads the contents of a static lookup file (e.g., CSV, KV store) directly into a search pipeline as events, allowing the analyst to inspect or further process the lookup data. This is a standard Splunk SPL command used for ad-hoc enrichment without requiring a defined lookup definition.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Once a lookup is defined, it cannot be updated.
Why it's wrong here
Lookups can be updated by replacing the file or modifying the KV store.
- ✓
The inputlookup command can be used to load a lookup file into a search.
Why this is correct
inputlookup loads the lookup table into the search results.
- ✗
Lookups can only be created from CSV files.
Why it's wrong here
Lookups can be created from CSV, KV store, or defined as external.
- ✗
Lookups can only match on a single field.
Why it's wrong here
Lookups can match on multiple fields.
- ✓
Automatic lookups can be configured in props.conf and transforms.conf.
Why this is correct
Automatic lookups are configured via props.conf and transforms.conf.
Go deeper
Related to this question
About these practice questions
One of 502 original SPLK-1001 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-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.