SPLK-1002 · Question #62
This is what Splunk uses to categorize the data that is being indexed.
The correct answer is A. sourcetype. Splunk uses the sourcetype field to categorize and identify the format and structure of data being indexed.
Question
This is what Splunk uses to categorize the data that is being indexed.
Options
- Asourcetype
- Bindex
- Csource
- Dhost
How the community answered
(17 responses)- A88% (15)
- B6% (1)
- C6% (1)
Why each option
Splunk uses the sourcetype field to categorize and identify the format and structure of data being indexed.
Sourcetype is the primary metadata field Splunk uses to classify incoming data by its format and structure, which determines how Splunk parses timestamps, line breaks, and performs field extractions for that data during indexing.
Index is a storage partition that organizes where events are stored, not a descriptor of the data's format or category.
Source identifies the file path or input from which the data originated, not the type or structure of the data.
Host identifies the machine or device that generated the data, not the format or category of the data.
Concept tested: Splunk sourcetype metadata field for data categorization
Source: https://docs.splunk.com/Documentation/Splunk/latest/Data/Whatsourcetype
Topics
Community Discussion
No community discussion yet for this question.