-
Notifications
You must be signed in to change notification settings - Fork 474
updating disclaimer for aws_cloudwatch logs #13370
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
Conversation
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
🚀 Benchmarks reportTo see the full report comment with |
Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :)
|
💚 Build Succeeded
History
|
Package aws - 2.45.0 containing this change is available at https://epr.elastic.co/package/aws/2.45.0/ |
* updating disclaimer for aws_cloudwatch logs Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co> --------- Signed-off-by: Andreas Gkizas <andreas.gkizas@elastic.co>
Proposed commit message
Please explain:
Checklist
changelog.yml
file.How to test this PR locally
Related issues
Screenshots
This is how the discalimer is displayed:
The default ingest template is displayed below:
So we changed the datastream.dataset to
aws.cloudwatch_logs
Successful processing of cloudwatch events:

Important: We enable the preserve_original event that is defined in ingest pipeline
This one works fine as you can see in previous image
But we test again with version 2.44.0:
See that event.original is not present and that that preserve_original.event is present that indicates that the option was enabled.