Synopsis
Calculates the percentile of the values in a specified column of the search query results.
Syntax
percentile [percentage_value]
Required Arguments
percentage_value
Syntax: <character string>
Description: The value of a percentage
Optional Arguments
None
Description
A
percentile
is
a
measure
used
in
statistics
indicating
the
value
below
which
a
given
percentage
of
observations
in
a
group
of
observations
fall
Examples
Example 1:
* in log.system audit | order by process time (ms) | percentile 95
* in log.access | avg Bytes Sent
From the events in system audit log, returns the percentile 95% of the events observed by column process time (ms).