Calculates the standard deviation for a field over a set of events. The result is returned in a field named _stddev

ParameterTypeRequiredDefault ValueDescription
asstringoptional[a]_stddev Name of output field.
field[b]stringrequired  Field to extract a number from and calculate standard deviation over.

[a] Optional parameters use their default value unless explicitly set.

[b] The argument name field can be omitted.

Hide omitted argument names for this function

Show omitted argument names for this function

stdDev() Examples

Find the standard deviation of bytes send in http responses

logscale
stdDevBytes := stdDev(field=bytes_sent)