We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Pinging @elastic/integrations (Team:Integrations)
Sorry, something went wrong.
Also: - kafka.consumergroup.partition -> kafka.partition.id
lalit-satapathy
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: