SPLK-1001 Using Fields and Lookups Practice Question
Which TWO of the following are valid ways to create a field alias in Splunk?
⚠ Common exam trap
Splunk often tests the distinction between transient search-time operations (like `eval` or `rename`) and persistent configuration-based aliases (props.conf), leading candidates to mistakenly think that a search command can create a permanent field alias.
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 INDEXED_EXTRACTIONS setting with an alias directive
The INDEXED_EXTRACTIONS setting in props.conf can include an alias directive (e.g., `alias::<field>=<alias>`) to define field aliases directly at index time. This allows you to map an extracted field to an alternative name without modifying the raw data or using search-time operations.
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 INDEXED_EXTRACTIONS setting with an alias directive
Why this is correct
Some indexed extractions allow aliasing.
- ✓
Define FIELDALIAS-<class> in props.conf
Why this is correct
FIELDALIAS is the correct stanza for creating field aliases.
- ✗
Use eval to assign a field to another field name
Why it's wrong here
eval creates a new field, not an alias; original field remains.
- ✗
Use the rename command in a saved search
Why it's wrong here
rename is search-time, not a permanent alias.
- ✗
Use the aliases command in a search
Why it's wrong here
There is no aliases command in SPL.
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.