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.
entgra-elk/entgra-filebeat
Pasindu Rupasinghe 4bfb7fabd8
Add license headers and add image build instructions
2 months ago
..
files/filebeat Add license headers and add image build instructions 2 months ago
Dockerfile Add license headers and add image build instructions 2 months ago
README.md Add license headers and add image build instructions 2 months ago
docker-compose.yml Add license headers and add image build instructions 2 months ago
entrypoint.sh Add license headers and add image build instructions 2 months ago

README.md

Instructions

  1. Build the Docker image
docker build -t registry.entgra.io/entgra-filebeat:8.2.0-entgra-v2 -f Dockerfile .
  1. docker-compose up -d
  2. docker exec -it $(docker ps -aq -n 1) /bin/bash
  3. docker-compose down