Getting Data In

How can we find the deviations of the Total Latency of a certain service?

ddrillic
Ultra Champion

We have a case where the Total Latency is high for a certain production API -

<base search against an api> | stats avg(TotalLatency) by ServiceName

How can see the deviations of this TotalLatency field?

Tags (2)
0 Karma
1 Solution

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName

View solution in original post

ddrillic
Ultra Champion

I placed the values of the TotalLatency in excel, sorted them out and ran a graph on the sorted values. I got the following -

alt text

So, the sorted values create this exponential graph - can we produce it within Splunk?

0 Karma

woodcock
Esteemed Legend

It depends on what you mean. Maybe one of these?

<base search against an api>
| stats avg(TotalLatency) stdev(TotalLatency) values(TotalLatency) BY ServiceName
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...