Hi All,
I'm trying to dockerize all the beats, to make deployments ease, and still get Host specific data and not docker specific.
-
FileBeat --> I can mount files from the host machine
-
PacketBeat --> By running on th host's newtwork namespace (--net=host), we can get host's network data.
-
TopBeat --> Not sure, how to get host metrics from within a container, using topbeat.
Thanks in advance