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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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