How to set up SQL query filtering
Written by
Updated at November 27, 2023
Scenario description
You need to set up SQL query filtering.
Solution
Currently, there is filtering only by the hostname
and error_severity
fields.
One way to work with logs would be to export them from the API service and import them, for instance, to the Cloud Logging
service, where you can filter and view the logs.
You can also export queries using a script and perform filtering with console utilities.