Viewing logs
The log UI allows you to:
- Create queries for log search and filtering.
- View charts on logs with different query statuses.
- View the content of log lines.
- Navigate from logs to analysis of associated traces and spans using their IDs.
Searching and viewing logs
-
Set up data delivery, e.g., with the OTel Collector or Unified Agent.
-
On the Monium
home page, select Logs on the left. -
At the top, set the search interval using the timeline, a preset interval, or by entering the time value directly.
-
In the search bar, enter your query in the following format:
{ <key>="<value>", <key>="<value>", ... }In Monium, telemetry follows this hierarchy: project → cluster → service. Therefore, select the
project,cluster, andserviceparameters in the query string first. -
Click Execute query.
-
To analyze a particular log entry, expand it and select one of the following actions next to the log line of interest:
- =: Add the line’s key label to the query.
- !=: Exclude the line’s key label from the query.
: Hide the log line.- Copy: Copy the log line.
-
To view log contents as a table, enable Line breaks.
-
To view the
Errorlevel logs, go to the Errors tab. -
To view general info on logs, go to the Statistics tab.