Metricbeats for podman containers

I am trying to add metricbeats on linux VM which has hosted 60 podman containers. I am able to fetch all the VM related metrics with configurations based on system.yml. The VM level metrics are displayed on Host Overview Dashboard properly.

However, when I try to view Container Overview dashboard, it displays no data. Also I see there is no specific yml configuration file available for podman. Updating docker.yml is not helping in my case. Looking for guidance.

Thank you in advance.

Have you enabled the docker module in metricbeat? Docker module | Metricbeat Reference [8.16] | Elastic

It will require activating the podman socket systemctl enable --now podman.socket so that Metricbeat can query metrics over the unix:///var/run/docker.sock socket.

As Podman is not docker, some metrics will not work and though I believe that most metrics should function when using the Docker module with Podman.

If you're still having issues please share your metricbeat config, the configuration of the docker module file, and a log of metricbeat running with that configuration