Splunk Search

99% Percentile time_taken in IIS

joe06031990
Communicator

Hi I am trying to find the min, max and AVG for Percentile 99,90 and 75 with the bellow:

 

index="main" source="C:\\inetpub\\logs\\LogFiles\\*" host="WIN-699VGN4SK4U"
| eval responseTime=round(time_taken/1000)
| timechart span=1mon perc99(time_taken) as 99thPercentile perc90(time_taken) as 90thPercentile perc75(time_taken) as 75thPercentile
| stats min(99thPercentile) max(99thPercentile) avg(99thPercentile) min(90thPercentile) max(90thPercentile) avg(90thPercentile) min(75thPercentile) max(75thPercentile) avg(75thPercentile) by _time

 

 

min(99thPercentile) max(99thPercentile) avg(99thPercentile) min(90thPercentile) max(90thPercentile) avg(90thPercentile) min(75thPercentile) max(75thPercentile) avg(75thPercentile) 66.50 66.50 66.50 12.5 12.5 12.5 5.984375 5.984375 5.984375

 

 

However all the numbers are coming back the same, Any ideas?

 

Thanks

 

Joe

Labels (8)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...