-
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
Updating Metricbeat stack modules to ECS #10350
Conversation
Pinging @elastic/stack-monitoring |
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.
You also need to update the ecs-migration.yml
file.
3d4fced
to
cd3c7c4
Compare
2168493
to
09c0473
Compare
@ruflin This is ready for another review pass. I addressed feedback from your previous review and left a couple of questions as well. Thanks! |
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.
Looking pretty good. Only need to resolve on the PID inconsistency. Also noticed a few service.version
that haven't been migrated yet.
Once these are settled, this LGTM
jenkins, test this |
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.
Overall LGTM. One minor comment.
I think we need to figure out what we do with the hostname fields. What we could do is get this PR in without the hostname fields and figure it out as a follow up.
@ruflin @ycombinator I think for both |
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.
Great! Thanks @ycombinator
LGTM
Of course I had to click too fast and not make this "Approved" 😆 |
…de_stats metricset
25aa39b
to
b389f7d
Compare
This PR updates a few fields in the Elastic stack modules in Metricbeat, viz.
elasticsearch
,logstash
, andkibana
to their ECS names and types.Based on discussions happening in #10218, but only scoped to Elastic stack modules.