Dockerizing TopBeat and get host Metrics

Hi All,

I'm trying to dockerize all the beats, to make deployments ease, and still get Host specific data and not docker specific.

  1. FileBeat --> I can mount files from the host machine

  2. PacketBeat --> By running on th host's newtwork namespace (--net=host), we can get host's network data.

  3. TopBeat --> Not sure, how to get host metrics from within a container, using topbeat.

Thanks in advance

--pid=host solved it