Sign inSign up

dockerize/logstash

By dockerize

Updated about 11 years ago

Image
0

305

dockerize/logstash repository overview

ElasticSearch Dockerfile

ElasticSearch Dockerfile. Also published to public Docker Registry.

Installation
  1. Install Docker

  2. Download image from public Docker Registry:

docker pull dockerize/logstash

or build an image from the Dockerfile:

docker build -t dockerize/logstash github.com/dockerize/logstash
Usage
docker run -d -v <data-dir>:/data dockerize/logstash
Attach persistent/shared directories
  1. Create a mountable data directory on the host.

  2. Create Logstash config file at /logstash.conf.

  3. Start a container by mounting data directory and specifying the custom configuration file:

docker run -d -v <data-dir>:/data doockerize/logstash /logstash/bin/logstash agent -f <logstash.conf>

Tag summary

Content type

Image

Digest

sha256:dd87333b1

Size

776.1 MB

Last updated

about 11 years ago

docker pull dockerize/logstash