Splunk Search

What is the biggest difference between perc<>() and using predict?

aohls
Contributor

I have used predict before and now am seeing perc, which I haven't used as much. What is the largest difference between these two? Is one favored over the other or are they different?

Labels (1)
1 Solution

bowesmana
SplunkTrust
SplunkTrust

@aohls They are different beasts. predict is about forecasting, but perc is about calculating percentiles, e.g.

perc50(x) is the same as the median.

perc90(x) is the 90th percentile.

perc is used in aggregation commands, such as *stats, timechart.

 

View solution in original post

bowesmana
SplunkTrust
SplunkTrust

@aohls They are different beasts. predict is about forecasting, but perc is about calculating percentiles, e.g.

perc50(x) is the same as the median.

perc90(x) is the 90th percentile.

perc is used in aggregation commands, such as *stats, timechart.

 

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!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...