Unable to see any data in Consumer Partition Reassignments visualization for [Metricbeat Kafka] dashboard in kibana

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.