Splunk Search

Display chart only within Time range where there data exists

Dark_Ichigo
Builder

I want to display a chart that automatically crops that whole chart to where there is data and not display any empty before or after time ranges where there is no data at all, how can this be done?

Please let me know if more information is required.

1 Solution

lguinn2
Legend

In your timechart command, use the option

fixedrange=false

for example

yoursearchhere
| timechart fixedrange=false count

then the timechart X-axis will be cropped to only the timerange that includes valid data.

Documentation for timechart command

View solution in original post

lguinn2
Legend

In your timechart command, use the option

fixedrange=false

for example

yoursearchhere
| timechart fixedrange=false count

then the timechart X-axis will be cropped to only the timerange that includes valid data.

Documentation for timechart command

sansay
Contributor

That worked perfectly for my purpose.
I combined data from 2 different days, and shifted the date of the first day so that timechart would show them at the same times, but I ended with an empty set. This solved my problem. Thank you very much!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...