-
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
[Metricbeat] Move mongodb.status metricset to ECS #10368
Conversation
@webmat For now I didn't touch anything around process. |
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.
Code looks good. I'm just wondering why it has detected a full change in data.json
when it has actually only removed 2 lines (it passed from 209 to 207 lines). Also the timestamp looks unmodified. Is it ok?
|
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.
Seems like some copy/pasta lead to the mongodb module trying to grab stuff from haproxy.*
in the events. This probably has to change, right? ;-)
I think keeping the .process
custom field is superfluous (more on that below), but I don't feel too strongly about it either way.
So apart from the first point, this looks good 👍
Only field changed for now is service.version. The metricset was also changed to use the reporter interface.
2fad96c
to
c2e3997
Compare
Ready for another round of reviews. |
Only field changed for now is service.version.
The metricset was also changed to use the reporter interface.