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 ¶
New creates an awslogs logger using the configuration passed in on the context. Supported context configuration variables are awslogs-region, awslogs-endpoint, 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 NewWithHttpClient ¶
NewWithHttpClient is same as New method with added functionality wherein the AWS client uses the input HttpClient. If the input client is nil, then the default Http Client is used.
func ValidateLogOpt ¶
ValidateLogOpt looks for awslogs-specific log options awslogs-region, awslogs-endpoint awslogs-group, awslogs-stream, awslogs-create-group, awslogs-datetime-format, awslogs-multiline-pattern
Types ¶
This section is empty.