Metricbeat ElasticSearch Module problem

Hi Team,

We are running metricbeat on kubernetes and we enabled the elasticsearch module with below metrics:

- node
- node_stats
- index
- index_recovery
- index_summary
- shard
- ml_job

But we are receiving metrics only about node and node stats, we are not receiving any metric data index_recovery, index_summary, index, shard, ml job..

we tested on elastic 7.4 and 6.3 version also ..

but only we are getting metric data for node and node stats..

any help??

Hi @rajuleo,

it looks like metricbeat is succeeding to contact

/_nodes/_local/stats

but failing for all others

/_stats
/_recovery
/_cluster/state/version,nodes,master_node,routing_table

can this be a permission issue?
can you curl those paths?
is there some sort of errors or warnings at logs?