Dashboards & Visualizations

How to add a calculated values as threshold in a line chart?

anooshac
Communicator

Hi everyone,

 I have a line chart of some tasks and its duration. I am trying to add average of the duration of all tasks as threshold.

 

|stats values(duration) as "Duration(Hr)" by Task|sort Task|stats avg(duration) as threshold

 

I am not getting any results from the query.I have previously added threshold as a fixed value. Is there any different method to add a threshold value which is calculated not fixed.

Labels (2)
Tags (2)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust

Use eventstats

|stats values(duration) as "Duration(Hr)" by Task|sort Task|eventstats avg('Duration(Hr)') as threshold

View solution in original post

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Use eventstats

|stats values(duration) as "Duration(Hr)" by Task|sort Task|eventstats avg('Duration(Hr)') as threshold
0 Karma

anooshac
Communicator

Thanks!! It is working. Does the aggregate function only work with eventstats?

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

No, the aggregate function works for all the stats and chart commands, eventstats adds the field to the events in the pipeline, whereas stats replaces the events in the pipeline

0 Karma

anooshac
Communicator

Thank you so much for the info.

Can you please suggest any resources which will help in increasing the Splunk knowledge..

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Splunk provide various training and certification opportunities

Splunk Training & Certification | Splunk

You can also download and setup trail instances to try things out.

You could look through the answers provided here and other community channels to see how other people have approached various problems.

0 Karma

anooshac
Communicator

Sure..Thank you so much for the info!!

0 Karma
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...