-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Filebeat] AWS CloudWatch Input add multiline support #23575
Comments
Pinging @elastic/integrations (Team:Integrations) |
Is there any workaround at least for this? I tried using logstash multiline codec but it refuses to work when filebeat is the input. |
Hi! We're labeling this issue as |
Any thoughts on this one? Would be helpful. Thanks! 👋 |
Waiting on solution as well, please bring the thread up to date |
Hello! is there a solution? |
Mirroring request for S3 multiline input, #23350
Describe the enhancement:
At the moment Filebeat AWS CloudWatch Input doesn't offer multiline support
Describe a specific use case for the enhancement or feature:
In AWS Cloudwatch streaming to SQS there might are occasions for log files that hold multiline log lines like for instance AWS Hadoop or other Java products.
We currently have AWS SQS logs in Cloudwatch that need multiline processing in order to get into ELK pipeline.
https://www.elastic.co/guide/en/beats/filebeat/master/filebeat-input-s3.html
https://github.com/elastic/beats/blob/master/x-pack/filebeat/input/s3/config.go#L12
Would it be possible to add multiline support please like there exist for logs input already??
https://www.elastic.co/guide/en/beats/filebeat/master/multiline-examples.html
https://github.com/elastic/beats/blob/master/filebeat/input/log/config.go#L34
https://github.com/elastic/beats/blob/master/filebeat/input/log/config.go#L70
The text was updated successfully, but these errors were encountered: