HI there, i'm stucking in detect problem.
Here is my situation :
in client vm: metricbeat modules enable kafka
output to Elasticsearch .
Kibana : create index with : metricbeat-* successfully with full log and kafka metric like
- t kafka.broker.addressadd
 
- # kafka.broker.idadd
 - t kafka.consumergroup.broker.addressadd
 - # kafka.consumergroup.broker.idadd
 - t kafka.consumergroup.client.hostadd
 - t kafka.consumergroup.client.idadd
 - t kafka.consumergroup.client.member_idadd
 
.....
.....- t kafka.partition.topic_idadd
 - t kafka.topic.name
 
Very happy at this time to see it on Discovery mode, but NOT in DASHBOARD "[Metricbeat Kafka] Overview ECS" ( the dashboard installed from client with command : metricbeat setup -e )
The Dashboard show this :
Check index have conflict :
Any idea , thank you so so much ?
P/s:
things i did :
- delete index in elasticsearch
 - manually delete index on kibana ( management / index pattern )
 - delete dashboard on kibana
 - metricbeat setup -e ( again & again from client )
 




