Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Synopsis

Calculates the average of the values in a specified column of the search query results.

Syntax

avg [column_name]

Required Arguments

column_name

Syntax: <character string>

Description: The name of a column header that its values should be listed

Optional Arguments

None

Description

Lists the values of the specified column(s) as appear in the log(s)

Examples

Example 1:  

* in log.application | list event 

Returns a list of the values in column Event in the log Application

Example 2:  

* in log.application | list event, type

Returns a list of the values in columns Event and Type in the log Application

  • No labels