Team,
I am working with kubernetes/docker and hosting a application on cloud.
My application is having multi pod .I am creating image using docker .
I want to ship filebeat along with my application in the same dockerfile.
i followed this https://www.elastic.co/guide/en/beats/filebeat/current/running-on-docker.html .
Just wanted to ensure if it is the right way to do it or not. I do not want to involve kubernetes and auto discovery here. My whole aim is to have filebeat and my app should run inside the same container. Even if we have multi instance ,my docker image will take care of installation of both filebeat and app in the same environment.

