Splunk Search

How to calculate SLA?

Sekhar
Explorer

my query below

(Index=x source=xtype valid) or (index=y source= ytype  passed) | eval which=if(match(_raw, " valid"),"valid", "passed") | stats values( which) as msg by manid |  stats count(eval(msg=" valid")) as total_ count count(eval(msg= "passed"))   

getting  out like total count 54 respons count 58

But i want check this condition too 

Eval msgconur = mvcount(msg) | where >1 

Need to check duration time > 30 count duration time <30 count 

 

Labels (1)
0 Karma

Sekhar
Explorer

My SLA calculating  like this 100-(count of duration<30/total count)*100

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

| stats values( which) as msg count(eval(duration>30)) as gt30 count(eval(duration<30) as lt30 by manid | where mvcount(msg) > 1

0 Karma
Get Updates on the Splunk Community!

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had 3 releases of new security content via the Enterprise Security ...

Archived Metrics Now Available for APAC and EMEA realms

We’re excited to announce the launch of Archived Metrics in Splunk Infrastructure Monitoring for our customers ...