Splunk Search

timechart automatic scaling 6.3

GeorgeStarkey
Path Finder

I have dashboards that show various metrics over a time window. It appears that in 6.3 the timecharting display is set to automatically scale to the window that has data, instead of the window of the search.

I want ot see flatline (zero data) leading up to and out of "issues" in my timecharts, however 6.3 seems to be "smart" and automatically zoom in, if there is no data at the begingin or end of the timeseries.

I'm looking through docs and UI choices, however I can not find a place to turn off this "feature".

0 Karma

woodcock
Esteemed Legend

If you cannot find a way to turn it off, you can tack this on your search to create an itty-bitty event at both ends (you may need to adjust the field names some):

... | append [| noop | stats count | eval host="DUMMY_DATA_IGNORE_ME" | eval count = split("0.0001,0.0002",",") | mvexpand count | addinfo | eval _time=if(count="0.0001", info_min_time, info_max_time) | fields - info*]
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...