Fix kafka dashboard field names: kafka.topic.name & kafka.broker.id.#33555
Conversation
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
There was a problem hiding this comment.
I see these fields present in the field mapping.
Do we need to do some changes there as well?
There was a problem hiding this comment.
Let me check if any of these need to dropped from integration field mapping. Also briefly check, if any obsolete field still used. Not planning to do major kafka package changes for now.
There was a problem hiding this comment.
Also updated for "kafka.consumergroup.partition -> kafka.partition.id".
The corresponding integration PR elastic/integrations#4530 has many old filed mapping that are getting dropped.
6b6e2ee to
c2e5b4f
Compare
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
This pull request is now in conflicts. Could you fix it? 🙏 |
|
SonarCloud Quality Gate failed.
|
…33555) * Fix kafka dashboard field names correctly to kafka.topic.name and kafka.partition.id








What does this PR do?
Fix kafka dashboard field names: kafka.topic.name & kafka.broker.id
Why is it important?
The kafka dashboard was broken.
Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
How to test this PR locally
Run Metricbeat against a working kafka cluster.
Related issues
Screenshots
Before:

After:
