angrox / docker-logstash

Dockerfile for a base Logstash image to be extended by others (allow to install plug-ins, change configuration, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-logstash

Lean (255MB) and highly configurable Logstash Docker image, based on alpine:edge and OpenJDK.

Docker Repository on Quay.io

Current software

Run

Assuming:

  • /logstash/config - where logstash will look for logstash.conf file
  • /logstash/certs - where logstash will look for certificate files

Run:

docker run --name logstash \
	--detach \
	--volume /home/pires/logstash:/logstash/config \
	quay.io/pires/docker-logstash:5.1.2

or

docker run --name logstash \
	--detach \
	--volume /home/pires/logstash:/logstash/config \
	--volume /home/pires/logstash-certs:/logstash/certs \
	quay.io/pires/docker-logstash:5.1.2

About

Dockerfile for a base Logstash image to be extended by others (allow to install plug-ins, change configuration, etc.)

License:Apache License 2.0