Splunk Search

showing max and min value along with line chart

sathiyamoorthy
Explorer

How to show a max value and min value along with line chart in Splunk dashboard. Currently splunk dashboard has a line chart for 1 hour content download size, I would like to show something like

Max: N GB
Min: M GB

N and M are based upon that particular hour's maximum and minimum at any particular minute.

It is similar like the Range shown in google finance for any stock price. Showing that is very handy because otherwise it will be very difficult to find the lowest and highest value.

Not sure how to do this, I may try finding max and min but how to show that in dashboard along with the line chart?

0 Karma

tzoukos
Engager

You can use something like this, in order to have two values in your timechart

 ... | timechart max(GB), min(GB)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You can for example place a Sideview Utils HTML module alongside your graph and print out that information there.

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 ...