Sign inSign up

harbur/logstash

By harbur

Updated almost 11 years ago

Image
0

943

harbur/logstash repository overview

docker-logstash

docker logstash configuration

This is based on digitalwonderland/logstash and adds support for json parsing of input files.

To use this, add on your docker image a file /etc/logstash-forwarder.conf with the following content:

{
  "files": [
    {
      "paths": [
        "/full/path/to/the/logfile.log"
      ],
      "fields": { "type": "json", "app": "myappname" }
    }
  ]
}

Tag summary

Content type

Image

Digest

sha256:5239f002f

Size

224.3 MB

Last updated

almost 11 years ago

docker pull harbur/logstash