Multiple Aggregation Operators
When working with numerical data in Advanced Search mode, you can use multiple FuseQL aggregation operators in the same query. Simply "pipe" the result of the previous step into the a comma-separated list of aggregate operators. Then select to view the corresponding options in the chart.
For example,
-
Navigate to the Logs > Time Series page.
-
Turn on Advanced Search option.
-
Combine
count
andmax
aggregators over a numeric facet to issue the following query:* | timeslice 5s | count as number, (1) max(@_number_0) as maximum (2) by (_timeslice)
1 count
: aliased as number2 max
: aliased as maximum -
Click
(Run).
-
Kloudfuse generates a time series graph with two options: Number (count) and Maximum (max).
Use the Aggregate drop-down to select the chart you plan to examine.
-
number
-
maximum
-