-
Notifications
You must be signed in to change notification settings - Fork 497
Add support for tags, processors and the preserve_original_event to mysql #8650
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
Add support for tags, processors and the preserve_original_event to mysql #8650
Conversation
…he error and slowlog datastreams.
/test |
🌐 Coverage report
|
🚀 Benchmarks reportTo see the full report comment with |
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!
packages/mysql/data_stream/error/elasticsearch/ingest_pipeline/default.yml
Outdated
Show resolved
Hide resolved
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.
Everything else LGTM apart from this comment.
Hi @ritalwar, please update your branch with the latest contents from main branch. There was an important PR merged updating the CI pipelines. Thanks! |
packages/mysql/data_stream/slowlog/elasticsearch/ingest_pipeline/default.json
Show resolved
Hide resolved
LGTM! |
Package mysql - 1.17.0 containing this change is available at https://epr.elastic.co/search?package=mysql |
Proposed commit message
This PR adds tags, processors, and
preserve_original_event
to MySQL's error and slowlog datastreams.It also updates pipelines to rename the
message
field toevent.original
and handle cases where tags containpreserve_original_event
.Checklist
changelog.yml
file.Related issues
Screenshots