Sign inSign up

elastic/elastic-logging-plugin

By elastic

Updated 4 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:392c8436d

Size

12.2 MB

Last updated

4 days ago

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