awslogs

package
v0.9.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2018 License: Apache-2.0 Imports: 22 Imported by: 1

README

The cloudwatchlogs files are copied over from docker/daemon/logger/awslogs.

Docker has dependency on an old version aws-go-sdk. Godeps tool does not copy over the vendor dir in docker. Building the log driver will fail. We may consider to maintain the vendor dir manually in the future.

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

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

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL