Sign inSign up

frodenas/logstash

By frodenas

Updated over 9 years ago

A Docker Image for Logstash

Image
4

100K+

frodenas/logstash repository overview

Logstash Dockerfile

A Dockerfile that produces a Docker Image for Logstash.

Logstash version

The master branch currently hosts Logstash 1.4.

Different versions of Logstash are located at the github repo branches.

Usage

Build the image

To create the image frodenas/logstash, execute the following command on the docker-logstash folder:

$ docker build -t frodenas/logstash .
Run the image

To run the image and bind to host ports 514, 9200 and 9300:

$ docker run -d --name logstash -p 514:514/udp -p 9200:9200 -p 9300:9300 frodenas/logstash

Copyright (c) 2014 Ferran Rodenas. See LICENSE for details.

Tag summary

Content type

Image

Digest

sha256:5119f60d9

Size

296.2 MB

Last updated

over 9 years ago

docker pull frodenas/logstash