Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.
/ docker-logstash Public archive

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

License

Notifications You must be signed in to change notification settings

pires/docker-logstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.)

Resources

License

Stars

Watchers

Forks

Packages

No packages published