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

A Dockerfile that produces a Docker Image for Logstash

License

Notifications You must be signed in to change notification settings

frodenas/docker-logstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

A Dockerfile that produces a Docker Image for Logstash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published