Dashboards & Visualizations

Compare avg of time takend and max time in timechart in same graph.

vamsi199
Engager

I want to have one graph which has time chart of avg time taken and max time.

is this possible?

Tags (2)
0 Karma
1 Solution

sundareshr
Legend

Lets assume you have a field called time_taken, this should work

.... | timechart span=1h avg(time_taken) as average max(time_taken) as max

View solution in original post

sundareshr
Legend

Lets assume you have a field called time_taken, this should work

.... | timechart span=1h avg(time_taken) as average max(time_taken) as max
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...