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-logstash
Pasindu Rupasinghe 69e411f70a
Add elk stack image build instructions
4 months ago
..
Dockerfile Add elk stack image build instructions 4 months ago
README.md Add elk stack image build instructions 4 months ago
logstash.conf Add elk stack image build instructions 4 months ago

README.md

Instructions

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

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

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