Calculates the standard deviation for a field over a set of events. The result is returned in a field named _stddev
Hide omitted argument names for this functionShow omitted argument names for this function
stdDev()
Examples
Find the standard deviation of bytes send in http responses
logscale
stdDevBytes := stdDev(field=bytes_sent)