Aggregation Operators
Aggregation operators help aggregate log messages into groups. FuseQL supports the following aggregation operators:
Facet values have duration datatype if they follow the go language duration format. When applying aggregation operators to these values, FuseQL normalizes them to a nanosecond float value.
FuseQL applies aggregations after applying the filters specified in the log search bar, and in the time range selected in the time picker. All aggregations are grouped by time buckets, unless user specifies additional grouping from the dropdown.
Kloudfuse automatically selects the count and count_unique operators by default, depending on the data type of the variable. For other operators, click the drop-down next to the label, and select the aggregation operator.
count_unique
Counts only unique or distinct occurrences of the field. This operator can be applied on fingerprints, labels or string valued facets (facet value can be of string/UUID/IP address datatype).