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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...