Sign inSign up

damm/logstash

By damm

Updated over 10 years ago

Image
0

743

damm/logstash repository overview

Build status

Build Status

Logstash

This image is one way to deploy Logstash using Docker. It uses damm/java8 to provide Java.

Requirements

You can always use your own Redis and Elasticsearch image; I just use these as an example.

Usage

  • Start Redis
docker run -d -name redis damm/redis
  • Start Elasticsearch
docker run -d -name elasticsearch -p 9200:9200 -v /data/elasticsearch/shared:/data/elasticsearch/shared damm/elasticsearch
  • Start Logstash
docker run -d -name logstash -p 514:514/tcp -p 514:514/udp -link redis:redis -link elasticsearch:es damm/logstash

License and Author

The MIT License (MIT)

Copyright (c) 2014, Scott M. Likens

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Tag summary

Content type

Image

Digest

sha256:e6d437bff

Size

630.4 MB

Last updated

over 10 years ago

docker pull damm/logstash