Hello!
I am using the nri-bundle
Helm Chart in version 1.9.1 to ingest logs from containers on my Kubernetes cluster into New Relic One. Now I discovered New Relic’s log parsing (https://docs.newrelic.com/docs/logs/log-management/ui-data/logs-parsing-built-rules-custom-parsing) and would like to use that to parse the access and error logs of my Nginx containers. However, the documentation does not describe a method that seems to be usable for the New Relic Integration for Kubernetes. How can I specify the logtype
for my containers, ideally distinguishing stdout
and stderr
?
Thank you in advance,
Dennis