Splunk Search

Eval groupping

tahasefiani
Explorer

Hello,

This is my query

| loadjob savedsearch="myquery"
| where strftime(_time, "%Y-%m-%d") >= "2020-02-26"
| stats dc(eval(if((STEP=="show"),ID_RF_ATOS,NULL))) AS show,
 dc(eval(if((STEP=="clic"),ID_RF_ATOS,NULL))) AS clic,
 dc(eval(if((STEP=="send"),ID_RF_ATOS,NULL))) AS send by company,city 
| where show>0
| stats sum(show) AS show,sum(clic) AS clic,sum(send) AS send by city
| eval rate= round(((show - (clic+send))/show*100),2)." %"
| table city,show,clic,send,rate

I want to calculate the rate by city and add it to the table

0 Karma

to4kawa
Ultra Champion

you already calculate. what's wrong?

0 Karma

tahasefiani
Explorer

i don't know what was the problem but now it's works 🙂

0 Karma

to4kawa
Ultra Champion

I close your question. OK?

0 Karma

tahasefiani
Explorer

yes please

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Quick connection discovery mode for forwarders

When a Splunk forwarder loses connectivity to its indexers, it does not always reconnect immediately. In many ...

Build and Launch AI Agents from Your Splunk Workflows

  Register We’ve all been there: juggling alerts, runbooks, and endless manual searches. What if you could ...

Splunk Cloud Application Management in Terraform

Register   On Tuesday, August 4 at 11AM PDT / 2PM EDT, we’re diving into how you can bring Infrastructure as ...