in init.go [99:110]
func initAWSLogsOpts() {
pflag.String(awslogs.GroupKey, "", "The CloudWatch log group to use")
pflag.String(awslogs.RegionKey, "", "The CloudWatch region to use")
pflag.String(awslogs.StreamKey, "", "The CloudWatch log stream to use")
pflag.String(awslogs.CreateGroupKey, "false", "Is this a new group that needs to be created?")
pflag.String(awslogs.CreateStreamKey, "True", "Is this a new stream that needs to be created?")
pflag.String(awslogs.CredentialsEndpointKey, "", "The endpoint for iam credentials")
pflag.String(awslogs.MultilinePatternKey, "", "Support multiline pattern for debug")
pflag.String(awslogs.DatetimeFormatKey, "", "Multiline pattern in strftime format")
pflag.String(awslogs.EndpointKey, "", "The CloudWatch endpoint to use")
pflag.String(awslogs.LogFormatKey, "", "Explicitly set the json/emf header for PutLogEvents")
}