SPLK-3003 · Question #28
What does Splunk do when it indexes events?
The correct answer is B. Extracts metadata fields such as host, source, sourcetype. When Splunk indexes events, it automatically extracts metadata fields - host, source, and sourcetype - along with internal fields like _time and _raw, which are stored with every event and used to organize and search data efficiently. Option A is wrong because Splunk does not…
Question
What does Splunk do when it indexes events?
Options
- AExtracts the top 10 fields.
- BExtracts metadata fields such as host, source, sourcetype.
- CPerforms parsing, merging, and typing processes on universal forwarders.
- DCreate report acceleration summaries.
How the community answered
(56 responses)- A2% (1)
- B93% (52)
- C2% (1)
- D4% (2)
Explanation
When Splunk indexes events, it automatically extracts metadata fields - host, source, and sourcetype - along with internal fields like _time and _raw, which are stored with every event and used to organize and search data efficiently. Option A is wrong because Splunk does not limit field extraction to a fixed "top 10" at index time; field extraction is configurable and happens primarily at search time via props.conf. Option C is wrong because parsing, merging, and typing occur on the indexer (or heavy forwarder), not the universal forwarder, which only forwards raw data. Option D is wrong because report acceleration summaries are generated on-demand or on a schedule as a search-time optimization, not during indexing.
Memory tip: Think of indexing as "stamping" each event with its identity card - where it came from (host, source) and what kind of data it is (sourcetype). Everything else is figured out later at search time.
Topics
Community Discussion
No community discussion yet for this question.