...
For each event in the search query results that has the specified column_name with a numeric value, add adds the value to the cumulative sum, and when you have reached it reaches the last event, display displays the sum.
Examples
Example 1:
* in log.access | sum Bytes Sent
Returns Returns the sum of the values in the column Bytes Sent in from the events from in access log.