Displays the distribution over time of all values under the specified column(s) as appear in the log(s).
dist [column_name]
column_name
Syntax: <character string>
Description: The name of a column header that its values should be listed
None
Displays the distribution over time of all values under the specified column(s) as appear in the log(s)
Example 1:
* in log.application | dist event
Returns a distribution over time of all values under the Event in the log Application
Example 2:
* in log.application | dist event, type
Returns a distribution over time of all values under the columns Event and Type in the log Application