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
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...