Dashboards & Visualizations

How to create a Line chart with Time duration on the y-axis?

abhishekgupta61
Engager

We have requirement to create line chart where Time duration should be visible on Y axis (i.e. 01:30:25)
Please help me to create the SPL for this.

Date Duration
2018-05-02 01:31:01
2018-05-01 01:25:25
2018-04-30 01:20:10

0 Karma

abhishekgupta61
Engager

max(Duration) is showing seconds values in the Y axis instead of duration (HH:MM:SS)

0 Karma

woodcock
Esteemed Legend

How about some raw data and a graph/chart mockup? I do not understand.

0 Karma

abhishekgupta61
Engager

Raw data

Date Duration
2018-05-02 01:31:01
2018-05-01 01:25:25
2018-04-30 01:20:10

I want to display duration on Y axis in format (hh:mm:ss).
Currently it is coming in seconds after using below SPL code.
| chart max(Duration) over Date

0 Karma

kmaron
Motivator

without more information I'm guessing but you could try something like:

| chart max(Duration) over Date
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 ...