-
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] Align rabbitmq with ECS and have module fields #10563
Conversation
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.
Nothing major. Perhaps you had good reasons, but here are my concerns:
- A field def is deleted instead of being aliased to rabbitmq.node.name
- Why delete assertions, shouldn't you instead adjust the field names in the assertion? Even if redundant field names, different code paths set these values.
@ruflin Oh, forgot: ecs-migration.yml for that missing alias |
@webmat Seems like it's already there? |
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
@ruflin You're right. Didn't see it in your recent commit fixing fields.yml. But it was already in there before that. 👍
No description provided.