aws-samples / amazon-cloudwatch-container-insights

CloudWatch Agent Dockerfile and K8s YAML templates for CloudWatch Container Insights.
MIT No Attribution
162 stars 106 forks source link

How to enable multiline parsing on Java stack traces? #130

Closed JPaulPunzalan closed 1 year ago

JPaulPunzalan commented 1 year ago

Hi team,

Does anyone know what is the right way of handling Java stack traces?

I have tried the built-in multiline.parser java in the Fluentbit docu but it still didn't work. Java stack traces are still getting pushed to our OpenSearch index individually.

I have also logged an AWS Support ticket but they said they don't support it.

Let me know if you have any ideas. Thanks!

SaxyPandaBear commented 1 year ago

Might be a better question for https://github.com/aws/aws-for-fluent-bit/ since you're specifically talking about a FluentBit feature. This is really just meant to be a "getting started" repo with sample configs