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!

Splunk Mobile: Your Brand-New Home Screen

Meet Your New Mobile Hub  Hello Splunk Community!  Staying connected to your data—no matter where you are—is ...

Introducing Value Insights (Beta): Understand the Business Impact your organization ...

Real progress on your strategic priorities starts with knowing the business outcomes your teams are delivering ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...