Docker container performance monitor

Hello,

We have our ELK (on prem) as SIEM solution. Now we have an requirement is like, we want to monitor multiple docker container performance (cpu usage, memory usage, etc). Those all docker container were installed on different different Ubuntu systems.

Please suggest, how to proceed further.

Thanks,
Kiran.

Hi @kirankatkar !

you can use metricbeat with docker module. Metricbeat process should be running on the same instance with docker containers and can be started as docker container as well. To use your ELK just define correct output: logstash or elasticsearch and corresponding configuration.

Thanks @Tetiana_Kravchenko for your response. I will test and will let you know.

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