package awslogs
import "github.com/docker/docker/daemon/logger/awslogs"
Package awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs
Index ¶
- func New(ctx logger.Context) (logger.Logger, error)
- func ValidateLogOpt(cfg map[string]string) error
Functions ¶
func New ¶
New creates an awslogs logger using the configuration passed in on the context. Supported context configuration variables are awslogs-region, awslogs-group, and awslogs-stream. 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 ¶
ValidateLogOpt looks for awslogs-specific log options awslogs-region, awslogs-group, and awslogs-stream
Source Files ¶
- Version
- v1.10.0-rc4
- Published
- Feb 3, 2016
- Platform
- js/wasm
- Imports
- 17 packages
- Last checked
- 53 minutes ago –
Tools for package owners.