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!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

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