Splunk Core Certified Power User — Question 82
When used with the timechart command, which value of the limit argument returns all values?
Answer options
- A. limit=none
- B. limit=all
- C. limit=0
- D. limit=*
Correct answer: C
Explanation
The correct answer is C (limit=0), as this setting returns all values in the timechart command. Options A (limit=none) and B (limit=all) do not correctly specify a way to include all values, and option D (limit=*) is not a valid parameter for this context.