Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Users can switch between FuseQL and LogQL with a toggle button on the log analytics page.

For some of the common use cases on how to use log analytics with FuseQL, refer to the cheatsheet page.

Query Builder

...

Log Filters

To filter out logs that you want to run your analytics query on, click image-20241107-194249.png (Search logs). If no filters are specified, FuseQL will consider all log lines.

...

Add Query

To add a another query, click image-20241107-220237.png (Add Query). Notice that a new query image-20241107-220454.png (B) appears under query image-20241107-220509.png (A), and it is a duplicate.

...

FuseQL also supports formulas by applying various mathematical operators on a set of queries. Currently we support the following mathematical operators are supported:

  • Addition (+)

  • Subtraction/Difference (-)

  • Multiplication/Product (*)

  • Division (/)

  • Modulo (%)

  • Pow (^)

...

Use Time Series Visualization when you want to analyze trends, patterns, and behaviors over in buckets spanning the selected time range.

...

...

Top List

Use Top List

...

Table

...

Pie Chart

...

Algorithms

Anomalies

Overlay a band on the metric, showing the expected behavior of a series based on past values.

Outliers

Highlight outliers series.

Forecast

Forecast future values based on past values.when you want to quickly identify and compare the highest-ranking groups within the selected time range.

...

Table

Use Table when you need a detailed, row-by-row summary of your data for deeper comparison and analysis within the selected time range.

...

Pie Chart

Use Pie Chart when you want to visualize the relative proportions of different groups within your data in the selected time range.

...