I count all my httpstatus'ses and get a neat result using:
index=prd_access sourcetype="access:web:iis:project" | chart count by httpstatus | addcoltotals count
Using addcoltotals I even have the grand total of all httpstatus'ses.
Now what I would like to do is displaying the http code followed by percentage of the total, something along the lines of:
200 95,9 %
304 3,1 %
404 0,1 %
et cetera
I'm sure this has been done before but can someone point me in the right direction?
Thanks in advance,
Bert
... View more