entgra-elk/entgra-filebeat
2024-07-11 06:40:43 +05:30
..
files/filebeat Add elk stack image build instructions 2024-07-11 06:40:43 +05:30
docker-compose.yml Add elk stack image build instructions 2024-07-11 06:40:43 +05:30
Dockerfile Add elk stack image build instructions 2024-07-11 06:40:43 +05:30
entrypoint.sh Add elk stack image build instructions 2024-07-11 06:40:43 +05:30
README.md Add elk stack image build instructions 2024-07-11 06:40:43 +05:30

Instructions

  1. Pull the filebeat image
docker pull docker.elastic.co/beats/filebeat:8.2.0

Note: Change the required image version name or tag in the Dockerfile.

  1. Build the Docker image
docker build -t filebeat:8.2.0-entgra-v1 .