The total events count is 86,397 - I would like to add a percentage field that count how many events where value below 1000, more then 1000 to 2000, 2001 to 3000 etc... can any one help? Thanks, Rotem Tags: splunk-enterprise 0...
I have a Sample Data like below. Now i need to display single value count of Completed and Pending in 2 different single value panel with their
With the values of the 2 reports, i have to calculate the percentage between the values example : i want to obtain the percentage between avg(ReadOperationCount) from the first report and avg(ReadOperationCount) from the second report have you any idea how to do please?? Tags: splunk-ente...
I want to total the three events and find out what percentage each of them are of the total for example event1 event2 event3 35.7% 50.0% 14.3% 33.3% 53.3% 13.3% 25.0% 58.3% 16.7% 38.5% 53.8% 7.7% 0 Karma Reply martin_mueller SplunkTrust 03-09-2013 04:27 AM What's yo...
Calculate percentage total over time using timewrap demkic Explorer 03-08-2017 11:05 AM Hello there, I am struggling to incorporate the eval command into a timewrap command. I would like to calculate the percent_total, over time. Specifically, day over day, for the last ...
Solved: Hello I use the eval below in order to calculate a percentage | eval Trend_Proc_time=round(100-(Proc_dest*100)/(Proc_source),1)."
How to calculate uptime percentage based on my dat... - Splunk Community 0 Karma Reply smahoney Path Finder 10-31-2023 02:37 PM Unfortunately that wont work as there can be an unlimited number of consecutive strings of events between the 2 logged events and it needs to calcul...
| table servername ErrorCode Percentage errorcount 1 Karma Reply Get Updates on the Splunk Community! Splunk App Dev Community Updates – What’s New and What’s Next Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're buildin...
index=my_index CAT=B | bin span=5m _time | stats count(eval(RESULT="404")) AS Error_count count BY _time | eval Error_Percentage=round(Error_count/count*100,4) 0 Karma Reply gcusello SplunkTrust 07-25-2024 09:18 AM Hi @Shahnoor , are you sure that number of events...
| eval month_curr=strftime(month_curr, "%b") | eval month_prev=relative_time(now(), "-4mon") | eval month_prev=strftime(month_prev, "%b") | chart sum(Volume) AS Vol over Shop by Month Need to calculate percentage between Mar and Feb Tags: splunk-enterprise 0...