package awslogs

import "github.com/docker/cli/components/engine/daemon/logger/awslogs"

Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs

Index

Functions

func New

func New(info logger.Info) (logger.Logger, error)

New creates an awslogs logger using the configuration passed in on the context. Supported context configuration variables are awslogs-region, awslogs-group, awslogs-stream, awslogs-create-group, awslogs-multiline-pattern and awslogs-datetime-format. When available, configuration is also taken from environment variables AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, the shared credentials file (~/.aws/credentials), and the EC2 Instance Metadata Service.

func ValidateLogOpt

func ValidateLogOpt(cfg map[string]string) error

ValidateLogOpt looks for awslogs-specific log options awslogs-region, awslogs-group, awslogs-stream, awslogs-create-group, awslogs-datetime-format, awslogs-multiline-pattern

Source Files

cloudwatchlogs.go

Version
v17.10.0-ce-rc1+incompatible
Published
Oct 4, 2017
Platform
linux/amd64
Imports
20 packages
Last checked
10 minutes ago

Tools for package owners.