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.
 
 
Amalka Subasinghe 7734be4321
Merge pull request 'Add custom entrypoint for filebeat' (#1) from pasindu/entgra-filebeat:new into master
4 months ago
.gitignore Add custom entrypoint for filebeat 4 months ago
Dockerfile Add custom entrypoint for filebeat 4 months ago
README.md Add custom entrypoint for filebeat 4 months ago
entrypoint.sh Add custom entrypoint for filebeat 4 months ago

README.md

Instructions

  1. Pull the filebeat image
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.

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