...
To add a query, click (Add Query). Notice that a new query (B) appears under query (A), and it is a duplicate.
...
Add Formula
FuseQL also supports formulas by applying various mathematical operators on a set of queries. Currently we support the following mathematical operators:
Addition (
+
)Subtraction/Difference (
-
)Multiplication/Product (
*
)Division (
/
)Modulo (
%
)Pow (
^
)
Each query can have its own set of filters and aggregation operators.
The screenshot below shows an example of counting all log lines with levels info
, warn
and error
.
...
Note |
---|
Formulas are currently not supported with any advanced functions or math operators. You can only use log filters and aggregation operators with formulas. |
Visualizations
FuseQL supports four different visualization types. The default visualization is Time Series.
...