Parsing SeverityText in Docker Container Logs
TLDR Rudy asked how to parse severitytext in docker logs. nitya-signoz suggested using the severity parser from OpenTelemetry.
Powered by Struct AI

3
3mo
Solved
Jun 22, 2023 (3 months ago)
Rudy
Rudy
07:10 PMhey folks quick q, how do i parse out the logging level of docker container logs as severitytext? Tried to look online but unfortunately didnt find much
Ankit
Ankit
07:36 PM nitya-signoz might be a better person to answer that
Jun 23, 2023 (3 months ago)
nitya-signoz
nitya-signoz
03:54 AMYou can use the severity parser for that https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/pkg/stanza/docs/types/severity.md

SigNoz Community
Built with ClickHouse as datastore, SigNoz is an open-source APM to help you find issues in your deployed applications & solve them quickly | Knowledge Base powered by Struct.AI
Indexed 825 threads (61% resolved)
Similar Threads
Removing SigNoz's Own Logs from Dashboard
Geoffrey wanted to remove SigNoz's own logs from the dashboard. nitya-signoz provided a solution referencing an existing issue and a filter for ingesting only desired logs.
4
3mo
Solved
Parsing Logs into Custom Fields with Signoz on k8s Cluster
Trọng needed help parsing logs into custom fields. nitya-signoz advised them to utilize regex parser with pipeline for achieving this, providing relevant resources.
3
2w
Solved
Removing Default Logs and Collecting Application Logs
Srikanth wanted to remove default logs and collect their application logs. nitya-signoz provided two solutions, and Srikanth chose the second one, which involves editing the ote-collector-config.yaml file.

43
3mo
Solved