Custom Logstash docker image (based on the official image).
171
This repository contains a custom built Logstash Docker image, based on the official image by Elastic.
Documentation can be found on the Elastic website.
See https://hub.docker.com/r/m00re/logstash/
A full build and test requires:
Building this image is divided into two steps:
env2yml that is later responsible for the mapping of environment variables to YAML variables.
$ docker build ./env2yaml/ -t golang:env2yaml
$ docker run --rm -i -v ${PWD}/env2yaml:/usr/local/src/env2yaml:Z golang:env2yaml
$ docker build . -t m00re/logstash:5.4.3
This image is built on Centos 7.
Content type
Image
Digest
Size
292.9 MB
Last updated
about 9 years ago
docker pull m00re/logstash:5.4.3