I am unable to see any data in the Consumer Partition Reassignments visualization in [Metricbeat Kafka] dashboard in kibana. My configuration for the kafka module that I have written in metricbeat.yml is given below:
- module: kafka
period: '${PERIOD:10s}'
hosts: '${KAFKA_HOSTS:kafka:9092}'
metricsets:
- "consumergroup"
- "partition"
enabled: '${KAFKA_ENABLED:true}'
I have also attached an image that clearly shows the problem. Rest of the visualisations are working fine. Can anyone help me to solve the problem? Thanks