Dashboards & Visualizations

Plotting time of day on the Y axis

jonuwz
Influencer

I'm trying to plot the time of day a particular event happens every day.

the data looks like this :
01/02/2012, 19:08
02/02/2012, 19:10
03/02/2012, 19:46
...

Its pretty easy to pretend the time is a decimal, but then the Y scale is skewed so that there are no results above .59 of an hour (the difference between 19:59 and 18:00 looks much larger than it actually is)

or, I can convert the minutes to minute*100/60 so the Y axis scales, but then the mouseover is incorrect.

Is there a way to tell the tooltip to use a set of values other than the set of values used for plotting ?

Tags (1)
0 Karma

melonman
Motivator

Is this something you are looking for?

This will put time data on Y:

"SOMESEARCH" | bin _time span=6h | chart count by _time 

Then, set chart type to bar.

0 Karma
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 ...