[MongoDB] Added remove processors in ingest pipeline for log datastream - #4837
Conversation
modified: packages/mongodb/changelog.yml modified: packages/mongodb/data_stream/log/elasticsearch/ingest_pipeline/default.yml modified: packages/mongodb/manifest.yml
modified: packages/mongodb/changelog.yml
|
/test |
🌐 Coverage report
|
| field: | ||
| - first_char | ||
| - remove: | ||
| field: event.original |
There was a problem hiding this comment.
Manoj, have we verified in the system tests that the event.original field doesn't appear anymore in the document generated?
There was a problem hiding this comment.
yes ishleen, verified in document generated in the system test and event.original field is not appearing anymore.
There was a problem hiding this comment.
Can we have the test generated files uploaded in this as well ?
modified: packages/mongodb/data_stream/log/sample_event.json modified: packages/mongodb/docs/README.md
| "@timestamp": "2022-10-20T11:23:04.602Z", | ||
| "@timestamp": "2022-12-16T07:30:07.376Z", | ||
| "agent": { | ||
| "ephemeral_id": "3ec02007-5c86-4a8d-920a-6b1dafdf6f08", |
There was a problem hiding this comment.
I don't see the event.original removed in the diff.
Was it not present before ?
There was a problem hiding this comment.
No It was not present before.
There was a problem hiding this comment.
I thought the original issue was event.original being present in the events. Hence, I was expecting it to be present previously when preserve event original was set to false
|
Package mongodb - 1.5.1 containing this change is available at https://epr.elastic.co/search?package=mongodb |
…am (elastic#4837) * Added remove processors in ingest pipeline modified: packages/mongodb/changelog.yml modified: packages/mongodb/data_stream/log/elasticsearch/ingest_pipeline/default.yml modified: packages/mongodb/manifest.yml * Added changelog entry modified: packages/mongodb/changelog.yml * Updated with sample event json file modified: packages/mongodb/data_stream/log/sample_event.json modified: packages/mongodb/docs/README.md
What does this PR do?
This PR address the SDH on mongodb log data stream
Checklist
changelog.ymlfile.How to test this PR locally
Related issues