I have installed Elasticsearch and Kibana on EC2 server with docker compose. Its version is 7.6.
When I try the metricbeat on the Minikube on my localmachine, it working fine and get all the data.
But issue arise when I try same metricbeat file on a Kubernetes cluster on AWS EKS which I need to monitor.
When I tried metricbeat on AWS EKS, only host data is coming including network metrices. But Node, Pod and Kubernetes related metrices not coming.
Can someone help me in this?