-
Notifications
You must be signed in to change notification settings - Fork 459
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
Kafka dashboard fix fields #4530
Kafka dashboard fix fields #4530
Conversation
🚀 Benchmarks reportTo see the full report comment with |
🌐 Coverage report
|
- name: id | ||
type: keyword | ||
description: Consumer Group ID | ||
- name: topic | ||
type: keyword |
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 at the issue looks like these are replaced by some other fields.
Eg: kafka.consumergroup.topic with kafka.topic.name.
Shouldn't that be added here instead?
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.
Yes that is already there.
This PR only fixes, some of the remaining of the earlier changes.
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.
Looks good!
Package kafka - 1.3.1 containing this change is available at https://epr.elastic.co/search?package=kafka |
What does this PR do?
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots
Updated dashboard after the field fix.