SPLK-1001 Using Fields and Lookups Practice Question
A Splunk administrator needs to create a field alias that renames the field 'src_ip' to 'source_ip' for events in the index 'network'. The administrator has created the field alias in the Field Aliases settings in the UI. However, when searching index=network, the new field 'source_ip' does not appear in the events. The search still shows 'src_ip'. What could be the reason?
⚠ Common exam trap
It's easy for candidates to assume field aliases apply globally to all events in an index, when in reality they are scoped to specific sourcetypes, and misconfiguring the sourcetype match is a frequent cause of the alias not appearing.
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 alias is configured for a specific sourcetype that does not match the events in the index
Field aliases in Splunk are configured per sourcetype. If the alias is applied to a sourcetype that does not match the events in the 'network' index, the alias will not take effect, and the original field name 'src_ip' will continue to appear. The administrator must ensure the alias is assigned to the correct sourcetype(s) present in the index.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Field aliases only work with lookups, not with standard fields
Why it's wrong here
Field aliases work on any field.
- ✗
The field 'src_ip' is not extracted automatically; an explicit field extraction is required first
Why it's wrong here
Aliases work on existing fields regardless of extraction method.
- ✗
The alias should be created using the 'rename' command in the search, not via the UI
Why it's wrong here
The rename command is for temporary renaming; the UI alias is persistent.
- ✓
The field alias is configured for a specific sourcetype that does not match the events in the index
Why this is correct
The alias must be applied to the correct sourcetype or to all sourcetypes.
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.