## Instructions 1. Pull the filebeat image ```bash docker pull docker.elastic.co/beats/filebeat:8.2.0 ``` Note: Change the filebeat image name or tag in Dockerfile related to the pulled version. 3. Build the Docker image ```bash docker build -t filebeat:8.2.0-entgra-v1 . ```