elastic/elastic-logging-plugin

By elastic

Updated 2 days ago

Docker plugin that sends container logs to Elastic stack

Plugin
5

50K+

elastic/elastic-logging-plugin repository overview

The Elastic Log Driver is a Docker plugin that sends container logs to the Elastic stack where you can search, analyze, and visualize the data in real time.

Pull the plugin from the hub:

$ docker plugin install elastic/elastic-logging-plugin:{version}

Enable the plugin:

$ docker plugin enable elastic/elastic-logging-plugin:{version}

Start the plugin on a single container:

docker run --log-driver=elastic/{log-driver-alias}:{version} \
           --log-opt hosts="myhost:9200" \
           --log-opt user="myusername" \
           --log-opt password="mypassword" \
           -it debian:jessie /bin/bash

See Elastic Logging Plugin for Docker for more details.

Tag summary

Content type

Plugin

Digest

sha256:4ccfc38e9

Size

12 MB

Last updated

2 days ago

docker plugin install elastic/elastic-logging-plugin:8.19.14