Splunk Core Certified Power User — Question 190

When using timechart, how many fields can be listed after a by clause?

Answer options

Correct answer: B

Explanation

The correct answer is B because the timechart command inherently includes _time as the x-axis, allowing only one additional field to be specified after the by clause. Options A and D are incorrect as timechart does support a by clause, and there is indeed a limit on the number of fields. Option C is also incorrect since only one field can be added alongside the implicit _time.