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!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...