Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Displays the sum of the values in a specified column in the search query results.

Syntax

sum <column[column_name>name]

Required Arguments

column_name

...

For each event in the search query results that has the specified column_name with a numeric value, add the value to the cumulative sum, and when you have reached the last event, display the sum.

Examples

Example

...

1:  

...

* in log.access | sum Bytes Sent 

...