A dashboard uses a timechart to show CPU usage over 24 hours. The time range selector is set to 'Last 7 days'. The chart displays data only for the last 24 hours. Which visualization setting is MOST likely causing this?
A time range override on the panel overrides the dashboard selector.
Why this answer
The 'Time range override' setting on a visualization explicitly overrides the dashboard's global time picker. When set to a fixed duration like 24 hours, the chart ignores the 'Last 7 days' selection and only displays data for that specific window. This explains why the chart shows only the last 24 hours despite the dashboard time range being 7 days.
Exam trap
Splunk often tests the distinction between 'Time range override' (which changes the time window) and 'Span' (which changes the bucket size), leading candidates to confuse a bucket interval setting with a time range restriction.
How to eliminate wrong answers
Option B is wrong because 'Max rows' limits the number of data points displayed (e.g., 24 rows), not the time window; it could still show 24 rows spanning 7 days if the span is large enough. Option C is wrong because 'Span' controls the bucket interval (e.g., 1-hour buckets) but does not restrict the overall time range; a 1-hour span over 7 days would produce 168 data points, not truncate to 24 hours. Option D is wrong because the question states the data source retains 24 hours, but the dashboard time range is set to 7 days; if the data source only had 24 hours, the chart would show nothing beyond that, but the issue is that the chart shows exactly 24 hours, not that data is missing—this points to a visualization override, not a data retention limit.