Azure Monitor Exports All Logs Under stderr LogEntrySource #20537
thomasbaldwin
started this conversation in
General
Replies: 2 comments
-
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is because your logs have not been enriched with severity information, usually through regular expression or json parsing. Please see https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/filelogreceiver#parsers-with-embedded-operations to investigate further. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Component(s)
exporter/azuremonitor
Describe the issue you're reporting
I see logs like this:
That are categorized as
stderr
when I view the logs in my log analytics workspace. How is this determined in the code and how can I go about having this properly classified asinfo
vsstderr
?Here is my config:
Beta Was this translation helpful? Give feedback.
All reactions