-
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
Move Metricbeat module fields to ECS #10218
Conversation
@webmat @andrewkroh Feedback would be appreciated. |
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.
Ok, I'm only partway done. It's a big one LOL
I will pick up at Kibana next time around
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.
Ok, tried to cover everything. Some of the messages are short and to the point LOL.
@ycombinator Could you check the discussions in this PR which are for the Elastic Stack modules and if you agree, open PR(s) for the changes? |
As part of the migration to ECS and some cleanup I went through the metricbeat modules to see if there are also fields which should be migrated to ECS. As there are just too many fields to check I focused on the following 3 types: keyword, ip, contains network or host in the name. So far I only added some notes to the fields.yml for discussion. When we agree what should happen we can apply to to all the modules/metricsets.
@webmat For now I suggest we skip all changes related to |
metricbeat/module/elasticsearch/index_recovery/_meta/fields.yml
Outdated
Show resolved
Hide resolved
This PR updates a few fields in the Elastic stack modules in Metricbeat, viz. `elasticsearch`, `logstash`, and `kibana` to their ECS names and types. Based on discussions happening in #10218, but only scoped to Elastic stack modules.
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.
Closing this PR as everything we wanted to address has follow up PR's.
As part of the migration to ECS and some cleanup I went through the metricbeat modules to see if there are also fields which should be migrated to ECS. As there are just too many fields to check I focused on the following 3 types: keyword, ip, contains network or host in the name.
So far I only added some notes to the fields.yml for discussion. When we agree what should happen we can apply to to all the modules/metricsets.
The idea is to apply the changes in other PR's and have this only for discussions.
If there are more fields that need migration, please comment with them here.