You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Pasindu Rupasinghe 71fed489f9
Add files to test this locally
6 months ago
.gitignore
Dockerfile
README.md
config.json
entrypoint.sh

README.md

Instructions

  1. Pull the filebeat image
docker pull docker.elastic.co/beats/filebeat:8.2.0
  1. Change the filebeat image name or tag related to the version in the Docker file.

  2. Build the Docker image

docker build -t filebeat:8.2.0-entgra-v1 .