Question 182 of 502
SPLK-1001 Using Fields and Lookups Practice Question
A security analyst runs a search for failed logins and wants to display the source IP address, username, and count of failures. However, the field 'src_ip' is not showing in the field picker. Which of the following is the most likely reason?
⚠ Common exam trap
A common mix-up: candidates assume a missing field is due to permissions or no values, but Splunk's field picker only shows fields that have been explicitly extracted from the data, not all possible fields in the raw text.
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 is not extracted by default from the data source.
In Splunk, fields like 'src_ip' are not automatically extracted from raw event data unless the data source has a predefined source type that includes field extraction rules (e.g., via a technology add-on or custom regex). If the field does not appear in the field picker, it typically means the search has not extracted it from the raw events, so the analyst must use commands like `rex` or `extract` to parse it.
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 field has no values in the results.
Why it's wrong here
Even if all values are null, the field name typically appears in the field picker.
- ✗
The user does not have permission to view the field.
Why it's wrong here
Permissions control access to data, not field names in search results.
- ✓
The field is not extracted by default from the data source.
Why this is correct
Fields must be explicitly extracted using 'rex' or 'extract' to appear in the field picker if not automatically recognized.
- ✗
The field name contains a typo.
Why it's wrong here
A typo would cause the field to not be recognized, but the field picker usually shows all extracted fields; this is less likely than extraction issue.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.