Skip to content
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

Fix use of removed fields in Kafka dashboard in 8.x #2770

Closed
jsoriano opened this issue Mar 4, 2022 · 2 comments · Fixed by #4530
Closed

Fix use of removed fields in Kafka dashboard in 8.x #2770

jsoriano opened this issue Mar 4, 2022 · 2 comments · Fixed by #4530
Assignees
Labels
Integration:kafka Kafka Team:Integrations Label for the Integrations team

Comments

@jsoriano
Copy link
Member

jsoriano commented Mar 4, 2022

Some deprecated fields removed in 8.0 are still being used in some dashboards. These fields were replaced by other fields in previous versions.

At least the following changes need to be done:

  • kafka.consumergroup.topic -> kafka.topic.name
  • kafka.partition.broker.id -> kafka.broker.id

These fixes need to be done Beats and in the Kafka package.

Fields were removed from beats in elastic/beats#27938

@jsoriano jsoriano added the Team:Integrations Label for the Integrations team label Mar 4, 2022
@elasticmachine
Copy link

Pinging @elastic/integrations (Team:Integrations)

@lalit-satapathy
Copy link
Collaborator

Also: - kafka.consumergroup.partition -> kafka.partition.id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Integration:kafka Kafka Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants