Splunk Enterprise Security

Ratios based on field values in Stats

JeffBothel
Explorer

I am looking to get a ratio in something akin to the following method but this is throwing errors from Splunk ES:

eval(count(eval(if(action!="success",1,null())))/count(eval(if(action=="success",1,null()))))

Anyone have any suggestions as to what might be the problem?

0 Karma

mayurr98
Super Champion

Use this query as a reference to calculate ratio:

basesearch | stats count(eval(if(action!="success",1,null))) as count1 count(eval(if(action="success",1,null))) as count2 | eval ratio=round(count1/count2,2) | fields ratio

Let me know if it works!

Get Updates on the Splunk Community!

Index This | Why did the turkey cross the road?

November 2025 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Feel the Splunk Love: Real Stories from Real Customers

Hello Splunk Community,    What’s the best part of hearing how our customers use Splunk? Easy: the positive ...