SPLK-1002 · Question #278
What field must be present in order to use the timechart command?
The correct answer is C. _time. The timechart command requires the _time field because it aggregates statistical data over time buckets and plots values along a time-based X-axis. Without _time, Splunk has no basis for creating time intervals. _raw is the raw event text and is not required by timechart…
Question
What field must be present in order to use the timechart command?
Options
- A_raw
- Brime
- C_time
- Dindex
How the community answered
(34 responses)- B3% (1)
- C91% (31)
- D6% (2)
Explanation
The timechart command requires the _time field because it aggregates statistical data over time buckets and plots values along a time-based X-axis. Without _time, Splunk has no basis for creating time intervals. _raw is the raw event text and is not required by timechart. 'rime' (option B) appears to be a typo and is not a valid Splunk field. index is a metadata field identifying which index the event belongs to but is not required by timechart.
Topics
Community Discussion
No community discussion yet for this question.