Replies: 1 comment
-
Use logs pipelines to parse and structure them https://signoz.io/docs/logs-pipelines/guides/json/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
We are currently experimenting with SigNoz, but are struggling right now with getting structured logs to work in a Kubernetes environment.
Our (.NET) applications log to console via Serilog, which the OTLP agent forwards to SigNoz. As long as these are just text log lines everything is fine, yet when forwarding structured logs (e.g. with Serilog's JSON formatters), the JSON seems to just be recognized as a string and therefore not actually being used:
Which format do we need to use for our structured logs for it to be recognized? Alternatively, do we need to configure the OTel agent differently in our Kubernetes cluster? Our custom applications will log via structured logging, yet other applications that we're using need to continue pushing plain unstructured log files.
Beta Was this translation helpful? Give feedback.
All reactions