SPLK-1001 · Question #163
What will always appear in the Selected Fields list?
The correct answer is D. sourcetype. sourcetype is one of three fields that Splunk always includes in the Selected Fields list by default - alongside host and source - regardless of what data is being searched. These three fields are hardcoded as default selected fields because they are fundamental to how Splunk…
Question
What will always appear in the Selected Fields list?
Options
- Aindex
- Baction
- Cclientip
- Dsourcetype
How the community answered
(37 responses)- A14% (5)
- B5% (2)
- C3% (1)
- D78% (29)
Explanation
sourcetype is one of three fields that Splunk always includes in the Selected Fields list by default - alongside host and source - regardless of what data is being searched. These three fields are hardcoded as default selected fields because they are fundamental to how Splunk categorizes and indexes all data.
index (A) is a metadata field that identifies which Splunk index the data resides in, but it does not automatically appear in the Selected Fields list. action (B) is an event-specific field (common in access logs) that only appears when present in your data, never by default. clientip (C) is similarly data-dependent - it only shows up in the fields sidebar when your search results actually contain that field.
Memory tip: Think of the three permanent Selected Fields as "How Splunk Sees" - Host, Source, Sourcetype. Of those three, sourcetype is the one that appears in exam distractors most often, making it a reliable anchor to memorize.
Community Discussion
No community discussion yet for this question.