package fluentd

import "github.com/docker/docker/daemon/logger/fluentd"

Package fluentd provides the log driver for forwarding server logs to fluentd endpoints.

Index

Functions

func New

func New(ctx logger.Context) (logger.Logger, error)

New creates a fluentd logger using the configuration passed in on the context. Supported context configuration variables are fluentd-address & fluentd-tag.

func ValidateLogOpt

func ValidateLogOpt(cfg map[string]string) error

ValidateLogOpt looks for fluentd specific log options fluentd-address & fluentd-tag.

Source Files

fluentd.go

Version
v1.10.3
Published
Mar 9, 2016
Platform
js/wasm
Imports
9 packages
Last checked
21 seconds ago

Tools for package owners.