Skip to content

Instantly share code, notes, and snippets.

@ingshtrom
Created April 14, 2021 13:54
Show Gist options
  • Save ingshtrom/594d305d9a9683a16d3b0ed0010b689d to your computer and use it in GitHub Desktop.
Save ingshtrom/594d305d9a9683a16d3b0ed0010b689d to your computer and use it in GitHub Desktop.
fluent-bit 1.7.3 crashes

fluent-bit is crashing for some reason and I'm not entirely sure why. I am running this inside Kubernetes as a sidecar to an HAProxy deployment. We are fine on memory (10% of limit usage) and cpu (no limits). We are getting exit code 135 and no stack trace, like I've seen for some other crashes.

As for the Kubernetes configuration, I'm not sure that it's especially useful, but we do use a config map to load the config into the fluent-bit container and an emptyDir volume mounting to /tmp/fluent-bit, which as-per the docs is what is used by the s3 plugin as a disk buffer space, I think?

This file has been truncated, but you can view the full file.
Fluent Bit v1.7.3
* Copyright (C) 2019-2021 The Fluent Bit Authors
* Copyright (C) 2015-2018 Treasure Data
* Fluent Bit is a CNCF sub-project under the umbrella of Fluentd
* https://fluentbit.io
[2021/04/14 13:13:29] [ info] Configuration:
[2021/04/14 13:13:29] [ info] flush time | 1.000000 seconds
[2021/04/14 13:13:29] [ info] grace | 30 seconds
[2021/04/14 13:13:29] [ info] daemon | 0
[2021/04/14 13:13:29] [ info] ___________
[2021/04/14 13:13:29] [ info] inputs:
[2021/04/14 13:13:29] [ info] syslog
[2021/04/14 13:13:29] [ info] ___________
[2021/04/14 13:13:29] [ info] filters:
[2021/04/14 13:13:29] [ info] lua.0
[2021/04/14 13:13:29] [ info] rewrite_tag.1
[2021/04/14 13:13:29] [ info] parser.2
[2021/04/14 13:13:29] [ info] record_modifier.3
[2021/04/14 13:13:29] [ info] ___________
[2021/04/14 13:13:29] [ info] outputs:
[2021/04/14 13:13:29] [ info] file.0
[2021/04/14 13:13:29] [ info] s3.1
[2021/04/14 13:13:29] [ info] cloudwatch_logs.2
[2021/04/14 13:13:29] [ info] cloudwatch_logs.3
[2021/04/14 13:13:29] [ info] cloudwatch_logs.4
[2021/04/14 13:13:29] [ info] cloudwatch_logs.5
[2021/04/14 13:13:29] [ info] cloudwatch_logs.6
[2021/04/14 13:13:29] [ info] ___________
[2021/04/14 13:13:29] [ info] collectors:
[2021/04/14 13:13:29] [ info] [engine] started (pid=1)
[2021/04/14 13:13:29] [debug] [engine] coroutine stack size: 24576 bytes (24.0K)
[2021/04/14 13:13:29] [debug] [storage] [cio stream] new stream registered: syslog.0
[2021/04/14 13:13:29] [ info] [storage] version=1.1.1, initializing...
[2021/04/14 13:13:29] [ info] [storage] in-memory
[2021/04/14 13:13:29] [ info] [storage] normal synchronization mode, checksum disabled, max_chunks_up=128
[2021/04/14 13:13:29] [ info] [in_syslog] UDP buffer size set to 32768 bytes
[2021/04/14 13:13:29] [ info] [in_syslog] UDP server binding 0.0.0.0:5140
[2021/04/14 13:13:29] [debug] [storage] [cio stream] new stream registered: re_emitted
[2021/04/14 13:13:29] [debug] [file:file.0] created event channels: read=20 write=21
[2021/04/14 13:13:29] [debug] [s3:s3.1] created event channels: read=22 write=23
[2021/04/14 13:13:29] [ info] [output:s3:s3.1] Using upload size 1000000 bytes
[2021/04/14 13:13:29] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:29] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:29] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:29] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:29] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:29] [ info] [fstore] created root path /tmp/fluent-bit/s3/docker-log
[2021/04/14 13:13:29] [debug] [fstore] [cio scan] opening path /tmp/fluent-bit/s3/docker-log
[2021/04/14 13:13:29] [debug] [fstore] created stream path /tmp/fluent-bit/s3/docker-log/2021-04-14T13:13:29
[2021/04/14 13:13:29] [debug] [fstore] [cio stream] new stream registered: 2021-04-14T13:13:29
[2021/04/14 13:13:29] [debug] [fstore] created stream path /tmp/fluent-bit/s3/docker-log/multipart_upload_metadata
[2021/04/14 13:13:29] [debug] [fstore] [cio stream] new stream registered: multipart_upload_metadata
[2021/04/14 13:13:29] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:29] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:29] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:29] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:29] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:29] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:29] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:29] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:29] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=NpdgbZndhhOZsc7U5MBNH6eWrRdMi3zU&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #24 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [cloudwatch_logs:cloudwatch_logs.2] created event channels: read=30 write=31
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:30] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:30] [ info] [output:s3:s3.1] worker #0 started
[2021/04/14 13:13:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:30] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=QXqrXYS895OkwfBDeZI2fWstsTvjsXvC&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #32 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [cloudwatch_logs:cloudwatch_logs.3] created event channels: read=42 write=43
[2021/04/14 13:13:30] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] worker #0 started
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:30] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:30] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=pcReDiaa71JXWdkyhpA6nPBjwGHi5Lpc&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #48 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [cloudwatch_logs:cloudwatch_logs.4] created event channels: read=54 write=55
[2021/04/14 13:13:30] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] worker #0 started
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:30] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:30] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=mIbIxw1HJMEFuMCEBAjrhHaajR5WUC0F&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #60 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [cloudwatch_logs:cloudwatch_logs.5] created event channels: read=66 write=67
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:30] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:30] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] worker #0 started
[2021/04/14 13:13:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:30] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=8Mwgz6nzoyPOrg7hvMqcAAVtSzrnm1GO&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #68 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [cloudwatch_logs:cloudwatch_logs.6] created event channels: read=78 write=79
[2021/04/14 13:13:30] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] worker #0 started
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized Env Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized AWS Profile Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EKS Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Not initializing ECS Provider because AWS_CONTAINER_CREDENTIALS_RELATIVE_URI is not set
[2021/04/14 13:13:30] [debug] [aws_credentials] Initialized EC2 Provider in standard chain
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Sync called on the EC2 provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the env provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the profile provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Reading shared credentials file..
[2021/04/14 13:13:30] [debug] [aws_credentials] Could not read shared credentials file /root/.aws/credentials
[2021/04/14 13:13:30] [debug] [aws_credentials] Init called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] Calling STS..
[2021/04/14 13:13:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:30] [debug] [http_client] header=GET /?Version=2011-06-15&Action=AssumeRoleWithWebIdentity&RoleSessionName=XqKKWEVUPeA6hbzFt7BWZZbc6lq8VN7r&RoleArn=arn:aws:iam::710015040892:role/stage-haproxyexternaldefault20210204174121724200000005&WebIdentityToken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjYwZGYzYjQ2NWIzZjA0ZGY3ZDIyMDk2MGVkZGMyMjk0ZmQ4N2M4MGEifQ.eyJhdWQiOlsic3RzLmFtYXpvbmF3cy5jb20iXSwiZXhwIjoxNjE4NDkyMzk2LCJpYXQiOjE2MTg0MDU5OTYsImlzcyI6Imh0dHBzOi8vb2lkYy5la3MudXMtZWFzdC0xLmFtYXpvbmF3cy5jb20vaWQvRUZGQjA2MTY4QUQ1QTI5RkJEQTdENDY0ODcyNjhCOUMiLCJrdWJlcm5ldGVzLmlvIjp7Im5hbWVzcGFjZSI6ImluZnJhLXJvdXRpbmciLCJwb2QiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQtZnFydmIiLCJ1aWQiOiIwMjM3NGM3MC1kNTI1LTQ0MWYtODcxNy0yY2ExMGI4OGM3ZmYifSwic2VydmljZWFjY291bnQiOnsibmFtZSI6ImV4dGVybmFsLWRlZmF1bHQiLCJ1aWQiOiI2NjQ2MjA4NS0wNzFkLTQxOTgtOGRlNy01YWMyMmY3YzAwYmYifX0sIm5iZiI6MTYxODQwNTk5Niwic3ViIjoic3lzdGVtOnNlcnZpY2VhY2NvdW50OmluZnJhLXJvdXRpbmc6ZXh0ZXJuYWwtZGVmYXVsdCJ9.fY3-cozNuPYfbx5kDypw5BUxXySok2z5nZ_-uwFg77VszVWGC89cGy-QvH41uCqEz_rwscmI80kw7SfEhSS6fovlJvG-UhbDxw88-Fut-WLPictLd1pIcIFjEVZWw73OrZDSpUVZzTVv8JhDS7NMBGylhYY-Wmi3ZruHTjqNQ3swyw_1x3S9ciYIj-CjpmXR6SmQ_5KLg05QztIhvBfbKqqtHSAMamkpld45S3Z1uSCEINk4BC7W9KiBuK8GwOW3mHfv1gW0fH-XoTABp5dMr8tqf4CXDGkD2rfbSfwRNndQUiJ91r83tBO2ALO4aql_VPjkyxOhy8-v3kpV9-45Qg HTTP/1.1
Host: sts.us-east-1.amazonaws.com
Content-Length: 0
User-Agent: aws-fluent-bit-plugin
[2021/04/14 13:13:30] [debug] [upstream] KA connection #84 to sts.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EKS provider
[2021/04/14 13:13:30] [debug] [aws_credentials] upstream_set called on the EC2 provider
[2021/04/14 13:13:30] [debug] [router] match rule syslog.0:file.0
[2021/04/14 13:13:30] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] worker #0 started
[2021/04/14 13:13:30] [ info] [http_server] listen iface=0.0.0.0 tcp_port=24242
[2021/04/14 13:13:30] [ info] [sp] stream processor started
[2021/04/14 13:13:39] [debug] [task] created task=0x7f06d0e38d60 id=0 OK
[2021/04/14 13:13:39] [debug] [task] created task=0x7f06d0e38e00 id=1 OK
[2021/04/14 13:13:39] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.5 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:39] [debug] [output:s3:s3.1] Creating upload timer with frequency 10s
[2021/04/14 13:13:39] [debug] [task] created task=0x7f06d0e38ea0 id=2 OK
[2021/04/14 13:13:39] [debug] [fstore] 2021-04-14T13:13:29:210705481292-2088900574074871699 adjusting size OK
[2021/04/14 13:13:39] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:39] [debug] [fstore] 2021-04-14T13:13:29:210705481292-2088900574074871699 mapped OK
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=1 assigned to thread #0
[2021/04/14 13:13:39] [debug] [fstore] 2021-04-14T13:13:29:210705481291-3628484115322068031 adjusting size OK
[2021/04/14 13:13:39] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:13:39] [debug] [fstore] 2021-04-14T13:13:29:210705481291-3628484115322068031 mapped OK
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=2 assigned to thread #0
[2021/04/14 13:13:39] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:39] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:39] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:39] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=0)
[2021/04/14 13:13:39] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:39] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:39] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131339Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:39] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.5
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:39] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:39] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:39] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1024
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131339Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:13:39] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.4 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:39] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:39] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:39] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131339Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:39] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.4
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:39] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:39] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:39] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1024
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131339Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:39] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:13:39] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:13:39] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:39] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:39] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=1)
[2021/04/14 13:13:39] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=2)
[2021/04/14 13:13:41] [debug] [task] created task=0x7f06d0e38ea0 id=0 OK
[2021/04/14 13:13:41] [debug] [task] created task=0x7f06d0e38e00 id=1 OK
[2021/04/14 13:13:41] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.0 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:41] [debug] [fstore] 2021-04-14T13:13:29:210705480198-215452107104369039 adjusting size OK
[2021/04/14 13:13:41] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:41] [debug] [fstore] 2021-04-14T13:13:29:210705480198-215452107104369039 mapped OK
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=1 assigned to thread #0
[2021/04/14 13:13:41] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:41] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:41] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=0)
[2021/04/14 13:13:41] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:41] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:41] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131341Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:41] [debug] [upstream] KA connection #114 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:13:41] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.0
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:13:41] [debug] [upstream] KA connection #114 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:41] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:41] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:41] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1004
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131341Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:41] [debug] [upstream] KA connection #114 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:13:41] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:13:41] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:41] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=1)
[2021/04/14 13:13:47] [debug] [upstream] KA connection #109 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:13:47] [debug] [socket] could not validate socket status for #109 (don't worry)
[2021/04/14 13:13:49] [debug] [task] created task=0x7f06d0e38e00 id=0 OK
[2021/04/14 13:13:49] [debug] [output:s3:s3.1] Running upload timer callback..
[2021/04/14 13:13:49] [debug] [task] created task=0x7f06d0e38ea0 id=1 OK
[2021/04/14 13:13:49] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.2 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:49] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=1 assigned to thread #0
[2021/04/14 13:13:49] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:49] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=0)
[2021/04/14 13:13:49] [debug] [fstore] 2021-04-14T13:13:29:210705481289-131642088432765132 adjusting size OK
[2021/04/14 13:13:49] [debug] [fstore] 2021-04-14T13:13:29:210705481289-131642088432765132 mapped OK
[2021/04/14 13:13:49] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:49] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:49] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:49] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131349Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:49] [debug] [upstream] KA connection #115 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:49] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.2
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:13:49] [debug] [upstream] KA connection #115 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:49] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:49] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:49] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1024
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131349Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:49] [debug] [upstream] KA connection #115 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:13:49] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:13:49] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:49] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=1)
[2021/04/14 13:13:49] [debug] [upstream] KA connection #114 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:13:49] [debug] [socket] could not validate socket status for #114 (don't worry)
[2021/04/14 13:13:51] [debug] [task] created task=0x7f06d0e38ea0 id=0 OK
[2021/04/14 13:13:51] [debug] [task] created task=0x7f06d0e38e00 id=1 OK
[2021/04/14 13:13:51] [debug] [fstore] 2021-04-14T13:13:29:210705480200-18349355876501982128 adjusting size OK
[2021/04/14 13:13:51] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:51] [debug] [fstore] 2021-04-14T13:13:29:210705480200-18349355876501982128 mapped OK
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=1 assigned to thread #0
[2021/04/14 13:13:51] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:51] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:51] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=0)
[2021/04/14 13:13:51] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.2 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:51] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:51] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:51] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131351Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:51] [debug] [upstream] KA connection #116 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:13:51] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.2
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:13:51] [debug] [upstream] KA connection #116 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:51] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:51] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:51] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1003
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131351Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:51] [debug] [upstream] KA connection #116 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:13:51] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:13:51] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:51] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=1)
[2021/04/14 13:13:56] [debug] [task] created task=0x7f06d0e38e00 id=0 OK
[2021/04/14 13:13:56] [debug] [fstore] 2021-04-14T13:13:29:210705476931-18259874706391025996 adjusting size OK
[2021/04/14 13:13:56] [debug] [task] created task=0x7f06d0e38ea0 id=1 OK
[2021/04/14 13:13:56] [debug] [fstore] 2021-04-14T13:13:29:210705476931-18259874706391025996 mapped OK
[2021/04/14 13:13:56] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:56] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=1 assigned to thread #0
[2021/04/14 13:13:56] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:56] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=0)
[2021/04/14 13:13:56] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.0 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:56] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:56] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:56] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131356Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:56] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:56] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.0
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:13:56] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:56] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:56] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:56] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1005
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131356Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:56] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:13:56] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:13:56] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:56] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=1)
[2021/04/14 13:13:57] [debug] [upstream] KA connection #115 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:13:57] [debug] [socket] could not validate socket status for #115 (don't worry)
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e38ea0 id=0 OK
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] Running upload timer callback..
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e38e00 id=1 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e38d60 id=2 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e38f40 id=3 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e38fe0 id=4 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39080 id=5 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39120 id=6 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e391c0 id=7 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39260 id=8 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39300 id=9 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e393a0 id=10 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39440 id=11 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e394e0 id=12 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39580 id=13 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39620 id=14 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e396c0 id=15 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39760 id=16 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39800 id=17 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e398a0 id=18 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39940 id=19 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e399e0 id=20 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39a80 id=21 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39b20 id=22 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39bc0 id=23 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39c60 id=24 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39d00 id=25 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39da0 id=26 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39e40 id=27 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39ee0 id=28 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e39f80 id=29 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a020 id=30 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a0c0 id=31 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a160 id=32 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a200 id=33 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a2a0 id=34 OK
[2021/04/14 13:13:59] [debug] [task] created task=0x7f06d0e3a340 id=35 OK
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=1 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=3 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=4 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=5 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=6 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=7 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.4 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=8 assigned to thread #0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.5 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.1 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=9 assigned to thread #0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #116 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=11 assigned to thread #0
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=12 assigned to thread #0
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.5
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=13 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=14 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=15 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=16 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=17 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=19 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=20 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=20 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=21 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=23 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=24 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=27 assigned to thread #0
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481293-17529682051722306706 adjusting size OK
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481293-17529682051722306706 mapped OK
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:13:59] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=30 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=31 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=32 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=32 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=34 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=35 assigned to thread #0
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482377-1326589190487388555 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482377-1326589190487388555 mapped OK
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.3 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.6 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479110-2724970814847051621 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479110-2724970814847051621 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481290-5251949015295561792 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481290-5251949015295561792 mapped OK
[2021/04/14 13:13:59] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:13:59] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478023-8385344855154317569 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478023-8385344855154317569 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478024-10931273062544216924 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478024-10931273062544216924 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476935-12434959596800607018 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476935-12434959596800607018 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480203-13425437096561130383 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480203-13425437096561130383 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=0)
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=2)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482376-14383527153391954127 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482376-14383527153391954127 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481287-6960967674101777577 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481287-6960967674101777577 mapped OK
[2021/04/14 13:13:59] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478021-9304951161379602581 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478021-9304951161379602581 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478026-10330480948795958421 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478026-10330480948795958421 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479109-11552146791512850659 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479109-11552146791512850659 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476937-12383978943639510621 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476937-12383978943639510621 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=10)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476934-13795144855770294699 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476934-13795144855770294699 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482379-16321295735143698265 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482379-16321295735143698265 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478020-17567363195254787421 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478020-17567363195254787421 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=18)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480202-506425465563278475 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480202-506425465563278475 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476936-1636519928230213328 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476936-1636519928230213328 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482378-2658426920201891824 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482378-2658426920201891824 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479115-3514059793362934433 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479115-3514059793362934433 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=22)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478022-4379455055210234981 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705478022-4379455055210234981 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482382-5325353011986856125 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482382-5325353011986856125 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482380-6061311714473004356 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482380-6061311714473004356 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=25)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476932-7051885009305382170 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476932-7051885009305382170 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39da0 (task_id=26)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480201-7683453209398868568 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705480201-7683453209398868568 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481288-8552140338260803818 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705481288-8552140338260803818 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:13:59] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482381-11527901033061615836 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705482381-11527901033061615836 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479111-12375460994258197152 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705479111-12375460994258197152 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=33)
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476933-13297549521357539790 adjusting size OK
[2021/04/14 13:13:59] [debug] [fstore] 2021-04-14T13:13:29:210705476933-13297549521357539790 mapped OK
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.6 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6460
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #128
[2021/04/14 13:13:59] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:13:59] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:13:59] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:13:59] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:13:59] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:13:59] [debug] [socket] could not validate socket status for #116 (don't worry)
[2021/04/14 13:13:59] [debug] [socket] could not validate socket status for #128 (don't worry)
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.4 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.4 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.0 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.3 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39260 (task_id=8)
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.3 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3918
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5190
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.3 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [retry] new retry created for task_id=9 attempts=1
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [ warn] [engine] failed to flush chunk '1-1618406039.2355316.flb', retry in 11 seconds: task_id=9, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.1 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39120 (task_id=6)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=3)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=1)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=0
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=1
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.6 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=15)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3918
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.0 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=4)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.5 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39760 (task_id=16)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=20)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=7)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.6 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5189
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.5
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=2
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.2 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39620 (task_id=14)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Creating log stream external-default-fqrvb-b.4.1 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39080 (task_id=5)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1377
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.6] Created log stream external-default-fqrvb-b.4.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.1 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39800 (task_id=17)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.0 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=12)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=23)
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=3
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=34)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3918
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39440 (task_id=11)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Creating log stream external-default-fqrvb-b.0.2 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39a80 (task_id=21)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=29)
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39580 (task_id=13)
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.2 in log group /infra/logs/haproxy/stage
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:13:59] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=30)
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e3a160 (task_id=32)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=28)
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=31)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:13:59] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39940 (task_id=19)
[2021/04/14 13:13:59] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=24)
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] CreateLogStream http status=200
[2021/04/14 13:13:59] [ info] [output:cloudwatch_logs:cloudwatch_logs.2] Created log stream external-default-fqrvb-b.0.2
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:13:59] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:13:59] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:13:59] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:13:59] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:13:59] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131359Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=27)
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=35)
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e3a340 id=0 OK
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:00] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e39e40 id=1 OK
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e39c60 id=2 OK
[2021/04/14 13:14:00] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e39940 id=3 OK
[2021/04/14 13:14:00] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e3a0c0 id=4 OK
[2021/04/14 13:14:00] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e39ee0 id=5 OK
[2021/04/14 13:14:00] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2443
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131400Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e3a160 id=6 OK
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e3a020 id=7 OK
[2021/04/14 13:14:00] [debug] [task] created task=0x7f06d0e39580 id=8 OK
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=1 assigned to thread #0
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:00] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=2 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:00] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:00] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=3 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:00] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:00] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:00] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:00] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=4 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:00] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1100
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131400Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131400Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:00] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=0)
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:00] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:00] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:00] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:00] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131400Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=5)
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e3a160 (task_id=6)
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39580 (task_id=8)
[2021/04/14 13:14:00] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #128
[2021/04/14 13:14:00] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:00] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:00] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:00] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:00] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:00] [debug] [socket] could not validate socket status for #128 (don't worry)
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:14:00] [debug] [retry] new retry created for task_id=7 attempts=1
[2021/04/14 13:14:00] [ warn] [engine] failed to flush chunk '1-1618406039.902207038.flb', retry in 10 seconds: task_id=7, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:00] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:00] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:00] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:00] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:00] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131400Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:00] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=1)
[2021/04/14 13:14:00] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39940 (task_id=3)
[2021/04/14 13:14:00] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:00] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:14:00] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=2)
[2021/04/14 13:14:00] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=4)
[2021/04/14 13:14:01] [debug] [task] created task=0x7f06d0e3a0c0 id=0 OK
[2021/04/14 13:14:01] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:01] [debug] [task] created task=0x7f06d0e39c60 id=1 OK
[2021/04/14 13:14:01] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=1 assigned to thread #0
[2021/04/14 13:14:01] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:14:01] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=0)
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:01] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:01] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:01] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1107
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131401Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:01] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:01] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:01] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:14:01] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=1)
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39c60 id=0 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a0c0 id=1 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39940 id=2 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39e40 id=3 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39580 id=4 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a160 id=5 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39ee0 id=6 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a340 id=8 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e38d60 id=10 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e38e00 id=11 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e38ea0 id=12 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e38f40 id=13 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e38fe0 id=14 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39080 id=15 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39120 id=16 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e391c0 id=17 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39260 id=18 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e393a0 id=19 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39440 id=20 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e394e0 id=21 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39620 id=22 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e396c0 id=23 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39760 id=24 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39800 id=25 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e398a0 id=26 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e399e0 id=27 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39a80 id=28 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39b20 id=29 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39bc0 id=30 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39d00 id=31 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39da0 id=32 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e39f80 id=33 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a200 id=34 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a2a0 id=35 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a3e0 id=36 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a480 id=37 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a520 id=38 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a5c0 id=39 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a660 id=40 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a700 id=41 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a7a0 id=42 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a840 id=43 OK
[2021/04/14 13:14:02] [debug] [task] created task=0x7f06d0e3a8e0 id=44 OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=1 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3073
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 4334
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=5 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=6 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=8 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=11 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=13 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705478025-911075571076278350 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705478025-911075571076278350 mapped OK
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=14 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1681
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=15 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=16 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 9 events
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=17 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=18 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=19 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=20 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=20 assigned to thread #0
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6996
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=21 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=23 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479113-13825618537930028264 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479113-13825618537930028264 mapped OK
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 866
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=24 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=25 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=26 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=27 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=28 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=29 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479112-1281435874403016212 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479112-1281435874403016212 mapped OK
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=30 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=31 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=32 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=33 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=35 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=37 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705480204-10229644844271279230 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705480204-10229644844271279230 mapped OK
[2021/04/14 13:14:02] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=38 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479114-12077975924557495712 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=39 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705479114-12077975924557495712 mapped OK
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=39 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=40 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=41 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=42 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=43 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705480199-15514876684350733020 adjusting size OK
[2021/04/14 13:14:02] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:02] [debug] [fstore] 2021-04-14T13:13:29:210705480199-15514876684350733020 mapped OK
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=91
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=44 assigned to thread #0
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=0)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39940 (task_id=2)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=10)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=12)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39620 (task_id=22)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39da0 (task_id=32)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=34)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=36)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 7 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 984
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3183
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 8 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3410
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 7 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=23)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3180
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 8 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=4
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=5
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=6)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 6 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3181
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=3)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1680
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 9 events to CloudWatch
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1794
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Creating log stream external-default-fqrvb-b.1.5 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39800 (task_id=25)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 7 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 4451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.3] Created log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3109
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a160 (task_id=5)
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 409
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=6
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.4 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=14)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39580 (task_id=4)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1907
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39a80 (task_id=28)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 7 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 408
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 448
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 524
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=11)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1912
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=1)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1910
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=33)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=8)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1910
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39260 (task_id=18)
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.6 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=7
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.3 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=17)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=13)
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2024
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=35)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 295
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 10 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 4723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=26)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2837
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1836
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39080 (task_id=15)
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 637
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=37)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=43)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=8
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 639
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39760 (task_id=24)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 10 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 680
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=29)
[2021/04/14 13:14:02] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #150
[2021/04/14 13:14:02] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:02] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:02] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:02] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:02] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:02] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=38)
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Creating log stream external-default-fqrvb-b.3.1 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1567
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39120 (task_id=16)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 640
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=27)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Creating log stream external-default-fqrvb-b.2.5 in log group /infra/logs/haproxy/stage
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 91
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.CreateLogStream
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=30)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1794
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=19)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=41)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=42)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.5] Created log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 220
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] CreateLogStream http status=200
[2021/04/14 13:14:02] [ info] [output:cloudwatch_logs:cloudwatch_logs.4] Created log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:02] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:02] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:02] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 680
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131402Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:02] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39440 (task_id=20)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=21)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:02] [debug] [retry] new retry created for task_id=40 attempts=1
[2021/04/14 13:14:02] [ warn] [engine] failed to flush chunk '1-1618406042.153524669.flb', retry in 9 seconds: task_id=40, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=44)
[2021/04/14 13:14:02] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:02] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:02] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=31)
[2021/04/14 13:14:02] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=39)
[2021/04/14 13:14:03] [debug] [task] created task=0x7f06d0e3a5c0 id=0 OK
[2021/04/14 13:14:03] [debug] [task] created task=0x7f06d0e39d00 id=1 OK
[2021/04/14 13:14:03] [debug] [out coro] cb_destroy coro_id=92
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:03] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:03] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:03] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:03] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:03] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1196
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131403Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:03] [debug] [out coro] cb_destroy coro_id=9
[2021/04/14 13:14:03] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=0)
[2021/04/14 13:14:03] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:03] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:03] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:03] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=1)
[2021/04/14 13:14:04] [debug] [task] created task=0x7f06d0e39d00 id=0 OK
[2021/04/14 13:14:04] [debug] [task] created task=0x7f06d0e3a5c0 id=1 OK
[2021/04/14 13:14:04] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:04] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:04] [debug] [out coro] cb_destroy coro_id=93
[2021/04/14 13:14:04] [debug] [out coro] cb_destroy coro_id=10
[2021/04/14 13:14:04] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=0)
[2021/04/14 13:14:04] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=1)
[2021/04/14 13:14:06] [debug] [task] created task=0x7f06d0e3a5c0 id=0 OK
[2021/04/14 13:14:06] [debug] [task] created task=0x7f06d0e39d00 id=1 OK
[2021/04/14 13:14:06] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:06] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:06] [debug] [out coro] cb_destroy coro_id=94
[2021/04/14 13:14:06] [debug] [out coro] cb_destroy coro_id=11
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:06] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=0)
[2021/04/14 13:14:06] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:06] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:06] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:06] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1078
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131406Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:06] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:06] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:06] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:06] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=1)
[2021/04/14 13:14:09] [debug] [output:s3:s3.1] Running upload timer callback..
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=9 assigned to thread #0
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:10] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:10] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:10] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:10] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1100
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131410Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.5
[2021/04/14 13:14:10] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Could not find sequence token in response: response body is empty
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:10] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:10] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:10] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:10] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131410Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:10] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #128
[2021/04/14 13:14:10] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:10] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:10] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:10] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:10] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:10] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:10] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:10] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:10] [debug] [socket] could not validate socket status for #128 (don't worry)
[2021/04/14 13:14:10] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=7)
[2021/04/14 13:14:10] [debug] [task] task_id=9 reached retry-attempts limit 1/1
[2021/04/14 13:14:10] [ warn] [engine] chunk '1-1618406039.2355316.flb' cannot be retried: task_id=9, input=re_emitted > output=cloudwatch_logs.5
[2021/04/14 13:14:10] [debug] [task] destroy task=0x7f06d0e39300 (task_id=9)
[2021/04/14 13:14:10] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:10] [debug] [socket] could not validate socket status for #120 (don't worry)
[2021/04/14 13:14:10] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:10] [debug] [socket] could not validate socket status for #122 (don't worry)
[2021/04/14 13:14:11] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:11] [debug] [socket] could not validate socket status for #118 (don't worry)
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=40 assigned to thread #0
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:11] [debug] [task] created task=0x7f06d0e39300 id=0 OK
[2021/04/14 13:14:11] [debug] [task] created task=0x7f06d0e3a020 id=1 OK
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=95
[2021/04/14 13:14:11] [debug] [task] created task=0x7f06d0e39d00 id=2 OK
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:11] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:11] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=96
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=1 assigned to thread #0
[2021/04/14 13:14:11] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=2 assigned to thread #0
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=12
[2021/04/14 13:14:11] [debug] [task] destroy task=0x7f06d0e39300 (task_id=0)
[2021/04/14 13:14:11] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:11] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:11] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1080
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131411Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:11] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:11] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:11] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 680
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131411Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:11] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #120
[2021/04/14 13:14:11] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:11] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:11] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:11] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:11] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:11] [debug] [socket] could not validate socket status for #120 (don't worry)
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:11] [debug] [task] task_id=40 reached retry-attempts limit 1/1
[2021/04/14 13:14:11] [ warn] [engine] chunk '1-1618406042.153524669.flb' cannot be retried: task_id=40, input=re_emitted > output=cloudwatch_logs.5
[2021/04/14 13:14:11] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=40)
[2021/04/14 13:14:11] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:11] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:11] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:11] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:11] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1228
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131411Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:11] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:11] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:11] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:11] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=1)
[2021/04/14 13:14:11] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=2)
[2021/04/14 13:14:14] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:14] [debug] [socket] could not validate socket status for #139 (don't worry)
[2021/04/14 13:14:17] [debug] [task] created task=0x7f06d0e39d00 id=0 OK
[2021/04/14 13:14:17] [debug] [task] created task=0x7f06d0e3a020 id=1 OK
[2021/04/14 13:14:17] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:17] [debug] [out coro] cb_destroy coro_id=97
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=1 assigned to thread #0
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:17] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:17] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:17] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:17] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1099
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131417Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:17] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:17] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=0)
[2021/04/14 13:14:17] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:17] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:17] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:17] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=1)
[2021/04/14 13:14:19] [debug] [output:s3:s3.1] Running upload timer callback..
[2021/04/14 13:14:20] [debug] [task] created task=0x7f06d0e3a020 id=0 OK
[2021/04/14 13:14:20] [debug] [task] created task=0x7f06d0e39d00 id=1 OK
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:20] [debug] [out coro] cb_destroy coro_id=98
[2021/04/14 13:14:20] [debug] [task] created task=0x7f06d0e3a660 id=2 OK
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:20] [debug] [out coro] cb_destroy coro_id=99
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:20] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=1 assigned to thread #0
[2021/04/14 13:14:20] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=2 assigned to thread #0
[2021/04/14 13:14:20] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:20] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=0)
[2021/04/14 13:14:20] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:20] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:20] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1114
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131420Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:20] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:20] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:20] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1115
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131420Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:20] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:20] [debug] [out coro] cb_destroy coro_id=13
[2021/04/14 13:14:20] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=2)
[2021/04/14 13:14:20] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:20] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:20] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:20] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=1)
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39d00 id=0 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a660 id=1 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a020 id=2 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39300 id=3 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a5c0 id=4 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a8e0 id=5 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e394e0 id=6 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39440 id=7 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a7a0 id=8 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a700 id=9 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e393a0 id=10 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39bc0 id=11 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e399e0 id=12 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39120 id=13 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e3a520 id=14 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39b20 id=15 OK
[2021/04/14 13:14:21] [debug] [task] created task=0x7f06d0e39760 id=16 OK
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=100
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1078
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=101
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=2 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=102
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=103
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=4 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=104
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:21] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=5 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=105
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=6 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=106
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=7 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=107
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=8 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:21] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=108
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=9 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1450
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=109
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=10 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=110
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=111
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=12 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=112
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=13 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=113
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=14 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:21] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=114
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=15 assigned to thread #0
[2021/04/14 13:14:21] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:21] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=115
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=16 assigned to thread #0
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=0)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=11)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2484
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:21] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:21] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39440 (task_id=7)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=10)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=4)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=6)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=14
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=15
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=1)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=2)
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39300 (task_id=3)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=5)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39760 (task_id=16)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=8)
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=9)
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:21] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:21] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:21] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131421Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:21] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39120 (task_id=13)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=14)
[2021/04/14 13:14:21] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:21] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:21] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=12)
[2021/04/14 13:14:21] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=15)
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39b20 id=0 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e399e0 id=1 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a520 id=2 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39120 id=3 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a700 id=4 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a7a0 id=5 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39760 id=6 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a8e0 id=7 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39300 id=8 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a020 id=9 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a660 id=10 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e394e0 id=11 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a5c0 id=12 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e393a0 id=13 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39440 id=14 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39bc0 id=15 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39d00 id=16 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a840 id=17 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a480 id=18 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39080 id=19 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e398a0 id=20 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a2a0 id=21 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e38f40 id=22 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e391c0 id=23 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39260 id=24 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a340 id=25 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39f80 id=26 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a0c0 id=27 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e38e00 id=28 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39a80 id=29 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39580 id=30 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e38fe0 id=31 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a160 id=32 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39800 id=33 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39e40 id=34 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e39ee0 id=35 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e396c0 id=36 OK
[2021/04/14 13:14:22] [debug] [task] created task=0x7f06d0e3a3e0 id=37 OK
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=5 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=6 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=8 assigned to thread #0
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=9 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=10 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=11 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=12 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=14 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=15 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=17 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=19 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=20 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=20 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=21 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=22 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=24 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=26 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=27 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=28 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=29 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=30 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=31 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=32 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=32 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=33 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=34 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=35 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=36 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=37 assigned to thread #0
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=16
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=0)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=116
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=117
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=118
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=2)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=119
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=120
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=121
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=122
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=123
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=124
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=125
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=126
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=127
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=128
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=129
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=13)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=130
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=131
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=132
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=16)
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=133
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=134
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=18)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=135
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=136
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=137
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=138
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=139
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=23)
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=140
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=141
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=25)
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=142
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=143
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=144
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=145
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=146
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=147
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=148
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=149
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=150
[2021/04/14 13:14:22] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=151
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=152
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39120 (task_id=3)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=7)
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=1)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=4)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=5)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39760 (task_id=6)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=11)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=10)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=9)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=27)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39300 (task_id=8)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=21)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39440 (task_id=14)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=28)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=15)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=12)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=26)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:22] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=20)
[2021/04/14 13:14:22] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #120
[2021/04/14 13:14:22] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:22] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:22] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:22] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:22] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:22] [debug] [socket] could not validate socket status for #120 (don't worry)
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39260 (task_id=24)
[2021/04/14 13:14:22] [debug] [retry] new retry created for task_id=32 attempts=1
[2021/04/14 13:14:22] [ warn] [engine] failed to flush chunk '1-1618406062.202296159.flb', retry in 11 seconds: task_id=32, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=22)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39800 (task_id=33)
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=37)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39a80 (task_id=29)
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:22] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:22] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:22] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131422Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=17)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39580 (task_id=30)
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=36)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=31)
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=34)
[2021/04/14 13:14:22] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:22] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:22] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39080 (task_id=19)
[2021/04/14 13:14:22] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=35)
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39ee0 id=0 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39080 id=1 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39e40 id=2 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e38fe0 id=3 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e396c0 id=4 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39580 id=5 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a840 id=6 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39a80 id=7 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a3e0 id=8 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39800 id=9 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e38f40 id=10 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39260 id=11 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e398a0 id=12 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39f80 id=13 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a5c0 id=14 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39bc0 id=15 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e38e00 id=16 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39440 id=17 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a2a0 id=18 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39300 id=19 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a0c0 id=20 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a020 id=21 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a660 id=22 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e394e0 id=23 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39760 id=24 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a7a0 id=25 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a700 id=26 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e399e0 id=27 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a8e0 id=28 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39120 id=29 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a340 id=30 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e391c0 id=31 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a480 id=33 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39d00 id=34 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e393a0 id=35 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a520 id=36 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39b20 id=37 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e3a200 id=38 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39da0 id=39 OK
[2021/04/14 13:14:23] [debug] [task] created task=0x7f06d0e39620 id=40 OK
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 8 events
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=153
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=154
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=2 assigned to thread #0
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10349
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=155
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=156
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=157
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=4 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=158
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=159
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=5 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=160
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=161
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=6 assigned to thread #0
[2021/04/14 13:14:23] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=162
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=163
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=8 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=10 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=11 assigned to thread #0
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=164
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=12 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=165
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=13 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=166
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=167
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=168
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=16 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=169
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=17 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=170
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=18 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=171
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=19 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=172
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=20 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=20 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=173
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=174
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=22 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=175
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=23 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=176
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=177
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=25 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=178
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=26 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=179
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=180
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=28 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=181
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=182
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=30 assigned to thread #0
[2021/04/14 13:14:23] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=183
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=31 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=184
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=33 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=185
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=186
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=34 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=187
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=188
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=35 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=189
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:23] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=36 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=190
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=191
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=37 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=38 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=39 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=39 assigned to thread #0
[2021/04/14 13:14:23] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=17
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=0)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39800 (task_id=9)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=14)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=15)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=21)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39760 (task_id=24)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=27)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39620 (task_id=40)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 8 events to CloudWatch
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39300 (task_id=19)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3994
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=2)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39080 (task_id=1)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=3)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=25)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=4)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2721
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=10)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39580 (task_id=5)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39260 (task_id=11)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 7 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9077
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=26)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39a80 (task_id=7)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=13)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=6)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=27
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39120 (task_id=29)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 7 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=16)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=8)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=28
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=31)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3992
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=22)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=30)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=38)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=18)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=29
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=33)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=35)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=12)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=20)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=36)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=37)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39440 (task_id=17)
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:23] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:23] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:23] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:23] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131423Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:23] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #120
[2021/04/14 13:14:23] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:23] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:23] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:23] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:23] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:14:23] [debug] [socket] could not validate socket status for #120 (don't worry)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=34)
[2021/04/14 13:14:23] [debug] [retry] new retry created for task_id=39 attempts=1
[2021/04/14 13:14:23] [ warn] [engine] failed to flush chunk '1-1618406063.402372120.flb', retry in 7 seconds: task_id=39, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:23] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:23] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:23] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=23)
[2021/04/14 13:14:23] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=28)
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a8e0 id=0 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e394e0 id=1 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39d00 id=2 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39440 id=3 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39b20 id=4 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a520 id=5 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a0c0 id=6 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e398a0 id=7 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e393a0 id=8 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a480 id=9 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a2a0 id=10 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a200 id=11 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a340 id=12 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a660 id=13 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e391c0 id=14 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a3e0 id=15 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e38e00 id=16 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39120 id=17 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a840 id=18 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39f80 id=19 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39a80 id=20 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a700 id=21 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39260 id=22 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39580 id=23 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e38f40 id=24 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e396c0 id=25 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e3a7a0 id=26 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e38fe0 id=27 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39080 id=28 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39e40 id=29 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39300 id=30 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e38d60 id=31 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e38ea0 id=33 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39620 id=34 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39760 id=35 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39800 id=36 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39940 id=37 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e399e0 id=38 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39bc0 id=40 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39c60 id=41 OK
[2021/04/14 13:14:24] [debug] [task] created task=0x7f06d0e39ee0 id=42 OK
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=3 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=4 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=5 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=6 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=7 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=8 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=13 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=14 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=15 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=16 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=17 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=19 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=20 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=20 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=21 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=22 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=23 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=24 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=25 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=26 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=27 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=192
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=29 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=193
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=30 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=31 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=33 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=34 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=35 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=36 assigned to thread #0
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=194
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=38 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=40 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=41 assigned to thread #0
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=195
[2021/04/14 13:14:24] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=42 assigned to thread #0
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=196
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=18
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=197
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=0)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=198
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=2)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=199
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=9)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=200
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=10)
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=201
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=11)
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=202
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=12)
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=203
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=204
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=205
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=206
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=207
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=208
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=209
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=210
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=211
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=212
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=18)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=213
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=214
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=215
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=216
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=217
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=218
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=219
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=220
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=221
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=222
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=223
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=224
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=225
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=226
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=227
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=228
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=229
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=230
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=231
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39940 (task_id=37)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=30
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=1)
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=31
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=5)
[2021/04/14 13:14:24] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #150
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=19)
[2021/04/14 13:14:24] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:24] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:24] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:24] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:24] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:14:24] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39440 (task_id=3)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=6)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=8)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=4)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=16)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=32
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=24)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:14:24] [debug] [retry] new retry created for task_id=20 attempts=1
[2021/04/14 13:14:24] [ warn] [engine] failed to flush chunk '1-1618406063.952357719.flb', retry in 10 seconds: task_id=20, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=21)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=13)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=7)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=33
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=26)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39260 (task_id=22)
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=14)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39580 (task_id=23)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39120 (task_id=17)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=34
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=27)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=25)
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=15)
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=31)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39760 (task_id=35)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=33)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=35
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39300 (task_id=30)
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:24] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:24] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:24] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131424Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:24] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39080 (task_id=28)
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=29)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39800 (task_id=36)
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=41)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39620 (task_id=34)
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=42)
[2021/04/14 13:14:24] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:24] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:24] [debug] [out coro] cb_destroy coro_id=36
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=38)
[2021/04/14 13:14:24] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=40)
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39bc0 id=0 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e399e0 id=1 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39ee0 id=2 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39620 id=3 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39c60 id=4 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39800 id=5 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39e40 id=6 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39080 id=7 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39300 id=8 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e38ea0 id=9 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39760 id=10 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e38d60 id=11 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a3e0 id=12 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e396c0 id=13 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e38fe0 id=14 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39120 id=15 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39580 id=16 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e391c0 id=17 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39260 id=18 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a7a0 id=19 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e398a0 id=21 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a660 id=22 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a700 id=23 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e38f40 id=24 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e38e00 id=25 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39b20 id=26 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e393a0 id=27 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a0c0 id=28 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39440 id=29 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39f80 id=30 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a520 id=31 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e394e0 id=33 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39940 id=34 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a840 id=35 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a340 id=36 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a200 id=37 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a2a0 id=38 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a480 id=40 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e39d00 id=41 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a8e0 id=42 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a020 id=43 OK
[2021/04/14 13:14:25] [debug] [task] created task=0x7f06d0e3a5c0 id=44 OK
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=232
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=2 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=233
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=3 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=5 assigned to thread #0
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=6 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=8 assigned to thread #0
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=9 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=10 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=11 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=12 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=13 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=14 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=15 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=16 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=17 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=19 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=21 assigned to thread #0
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=22 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=23 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=24 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=25 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=26 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=27 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=28 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=29 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=30 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=31 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=33 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=34 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=36 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=37 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=38 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=42 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=43 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=44 assigned to thread #0
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=19
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=0)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=1)
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=234
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=235
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=236
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=237
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=238
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=239
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=240
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=241
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=242
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=243
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=244
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=245
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=246
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=247
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=248
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=249
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=250
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=251
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=252
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=253
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=254
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=255
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=256
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=257
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=258
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=259
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=260
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=261
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=262
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=263
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=264
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=265
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=266
[2021/04/14 13:14:25] [debug] [fstore] [cio file] alloc_size from 4096 to 36864
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=267
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=268
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=269
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=270
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=271
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=272
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=4)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39260 (task_id=18)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=35)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=40)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=41)
[2021/04/14 13:14:25] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #150
[2021/04/14 13:14:25] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:25] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:25] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:25] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:25] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:25] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 6 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7806
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=37
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=38
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=11)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39800 (task_id=5)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39620 (task_id=3)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 6 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:25] [debug] [retry] new retry created for task_id=7 attempts=1
[2021/04/14 13:14:25] [ warn] [engine] failed to flush chunk '1-1618406064.702274806.flb', retry in 6 seconds: task_id=7, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39440 (task_id=29)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=39
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39300 (task_id=8)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=6)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=2)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=40
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=30)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=12)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=9)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=14)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39760 (task_id=10)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=41
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39940 (task_id=34)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39120 (task_id=15)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39580 (task_id=16)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=13)
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=42
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=37)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=17)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=26)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=21)
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=22)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=19)
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=43
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=42)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=44)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=25)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=31)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=28)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=43)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=23)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=24)
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:25] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:25] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:25] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131425Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:25] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=27)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=38)
[2021/04/14 13:14:25] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:25] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:25] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=33)
[2021/04/14 13:14:25] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=36)
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a340 id=0 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e394e0 id=1 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a2a0 id=2 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e393a0 id=3 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e38f40 id=4 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a700 id=5 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a020 id=6 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a0c0 id=8 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a520 id=9 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e38e00 id=10 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a5c0 id=11 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a8e0 id=12 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a7a0 id=13 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a660 id=14 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e398a0 id=15 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39b20 id=16 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e391c0 id=17 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a200 id=18 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e396c0 id=19 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39580 id=21 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39120 id=22 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39940 id=23 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39760 id=24 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e38fe0 id=25 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e38ea0 id=26 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a3e0 id=27 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39f80 id=28 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39ee0 id=29 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39e40 id=30 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39300 id=31 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39440 id=33 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39620 id=34 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39800 id=35 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e38d60 id=36 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39d00 id=37 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a480 id=38 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e3a840 id=40 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39260 id=41 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e39c60 id=42 OK
[2021/04/14 13:14:26] [debug] [task] created task=0x7f06d0e399e0 id=43 OK
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=1 assigned to thread #0
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=273
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=2 assigned to thread #0
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=274
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 8 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10348
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=275
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=4 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=5 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=8 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=276
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=277
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=278
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=279
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=9 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=10 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=11 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=13 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=14 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=15 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=16 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=17 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=18 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=21 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=21 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=22 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=23 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=24 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=25 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=26 assigned to thread #0
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=27 assigned to thread #0
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=30 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=31 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=34 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=35 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=36 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=37 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=40 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=42 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=43 assigned to thread #0
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=20
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=0)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=6)
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=280
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=281
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=282
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=283
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=284
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=285
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=286
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=287
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=288
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=289
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=290
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=291
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=292
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=293
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=294
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=295
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=296
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=297
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=298
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=299
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=300
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=301
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=302
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=303
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=304
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=305
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=306
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=307
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=308
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=309
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=310
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=311
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=12)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=19)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39440 (task_id=33)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=38)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39260 (task_id=41)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 8 events to CloudWatch
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=1)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=3)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=9)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=8)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #150
[2021/04/14 13:14:26] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:26] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:26] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:26] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:26] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:26] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=16)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=44
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=45
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=2)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=13)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=10)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=11)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=46
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=4)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=18)
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=14)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=17)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39120 (task_id=22)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=47
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=5)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=15)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39940 (task_id=23)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [retry] new retry created for task_id=21 attempts=1
[2021/04/14 13:14:26] [ warn] [engine] failed to flush chunk '1-1618406066.2325757.flb', retry in 8 seconds: task_id=21, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=29)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39300 (task_id=31)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=48
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39760 (task_id=24)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=26)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=25)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=28)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=49
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39800 (task_id=35)
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:26] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:26] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:26] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131426Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:26] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=30)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39620 (task_id=34)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=27)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=43)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=37)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=40)
[2021/04/14 13:14:26] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:26] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:26] [debug] [out coro] cb_destroy coro_id=50
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=36)
[2021/04/14 13:14:26] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=42)
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39c60 id=0 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e38d60 id=1 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a840 id=2 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39d00 id=3 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e399e0 id=4 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a3e0 id=5 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39620 id=6 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39e40 id=8 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39800 id=9 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39f80 id=10 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e38fe0 id=11 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e38ea0 id=12 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39760 id=13 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39300 id=14 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39ee0 id=15 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39940 id=16 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e398a0 id=17 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a700 id=18 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39120 id=19 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e391c0 id=22 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a660 id=23 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a200 id=24 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e38f40 id=25 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a5c0 id=26 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e38e00 id=27 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a7a0 id=28 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a2a0 id=29 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39b20 id=30 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a0c0 id=31 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a520 id=33 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e393a0 id=34 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e394e0 id=35 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39260 id=36 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a480 id=37 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39440 id=38 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e396c0 id=40 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a8e0 id=41 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a020 id=42 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a340 id=43 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e39bc0 id=44 OK
[2021/04/14 13:14:27] [debug] [task] created task=0x7f06d0e3a980 id=45 OK
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=2 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=3 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=5 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=6 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=8 assigned to thread #0
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=312
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=313
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=314
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=9 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=10 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=11 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=12 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=13 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=315
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=15 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=316
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=317
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=16 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=318
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=17 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=19 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=23 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=24 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=25 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=26 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=319
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=29 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=30 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=35 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=36 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=37 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=38 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=320
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=38 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=321
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=322
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=40 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=323
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=41 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=42 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=43 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=44 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:s3:s3.1] task_id=45 assigned to thread #0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=45 assigned to thread #0
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=324
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=325
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=21
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=0)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=326
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39300 (task_id=14)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=327
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=328
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=329
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=18)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=330
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=331
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=22)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=332
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=333
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=334
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=335
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=336
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=27)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=337
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=338
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=339
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=340
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=31)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=341
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=33)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=342
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=34)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=343
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=344
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=345
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=346
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=347
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=348
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=349
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=350
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=351
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=51
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=52
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=1)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=4)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39940 (task_id=16)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=8)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=11)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=5)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=26)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=12)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=15)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39800 (task_id=9)
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=35)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=30)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39760 (task_id=13)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=41)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2724
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39260 (task_id=36)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=53
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=54
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=2)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=24)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a020 (task_id=42)
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=45)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=37)
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=44)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=55
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7806
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=3)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:27] [debug] [upstream] KA connection #150 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=28)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=17)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #150
[2021/04/14 13:14:27] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=29)
[2021/04/14 13:14:27] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:27] [debug] [retry] new retry created for task_id=38 attempts=1
[2021/04/14 13:14:27] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:27] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:27] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:27] [debug] [socket] could not validate socket status for #150 (don't worry)
[2021/04/14 13:14:27] [ warn] [engine] failed to flush chunk '1-1618406067.202339599.flb', retry in 10 seconds: task_id=38, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=56
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39620 (task_id=6)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=23)
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=25)
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=57
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=10)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e39120 (task_id=19)
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:27] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:27] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:27] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131427Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:27] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:27] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:27] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=40)
[2021/04/14 13:14:27] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=43)
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a340 id=0 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e396c0 id=1 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39120 id=2 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39f80 id=3 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e38f40 id=4 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a660 id=5 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39620 id=6 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a2a0 id=8 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e398a0 id=9 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a7a0 id=10 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39d00 id=11 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39bc0 id=12 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a480 id=13 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e38d60 id=14 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e38e00 id=15 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e38ea0 id=16 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e38fe0 id=17 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e391c0 id=18 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39260 id=19 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39300 id=22 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e393a0 id=23 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e394e0 id=24 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39760 id=25 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39800 id=26 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39940 id=27 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e399e0 id=28 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39b20 id=29 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39c60 id=30 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39e40 id=31 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e39ee0 id=33 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a020 id=34 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a0c0 id=35 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a200 id=36 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a3e0 id=37 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a520 id=40 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a5c0 id=41 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a700 id=42 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a840 id=43 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a8e0 id=44 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3a980 id=45 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3aa20 id=46 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3aac0 id=47 OK
[2021/04/14 13:14:28] [debug] [task] created task=0x7f06d0e3ab60 id=48 OK
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=352
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=1 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6538
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=353
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=2 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 7 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9080
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=5 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=6 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=9 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=10 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=354
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=355
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=356
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=13 assigned to thread #0
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7804
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=14 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=15 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=16 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=17 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=19 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=357
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=22 assigned to thread #0
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=23 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=24 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=25 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=26 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=27 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=28 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=30 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=358
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=31 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=34 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=34 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=35 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=36 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=40 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=41 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=43 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=44 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=45 assigned to thread #0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=45 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=359
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=46 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=360
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=46 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=361
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=47 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=362
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=47 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=363
[2021/04/14 13:14:28] [debug] [output:s3:s3.1] task_id=48 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=364
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=48 assigned to thread #0
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=22
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=0)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=8)
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=365
[2021/04/14 13:14:28] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=366
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=367
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=368
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=369
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=370
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=371
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=372
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=373
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=374
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=375
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=376
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=377
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=378
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=379
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=380
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=381
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=382
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=383
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=384
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=385
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=386
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=387
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=388
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=389
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=390
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=391
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=392
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=393
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=11)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=12)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=18)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=33)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=37)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=42)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2724
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 7 events to CloudWatch
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=3)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6537
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39120 (task_id=2)
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5270
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 8 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10356
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=1)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6533
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=5)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7808
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=4)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 9 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=10)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11629
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 8 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 8 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10352
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=9)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39620 (task_id=6)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7806
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39300 (task_id=22)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7814
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1452
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 9 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 7 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9079
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a480 (task_id=13)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 8 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=16)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6535
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6539
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=14)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39940 (task_id=27)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3660
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=58
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=59
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=15)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 9 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11627
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 7 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=17)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6537
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=23)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=29)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3994
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=28)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2721
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 9 events to CloudWatch
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39260 (task_id=19)
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=60
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 8 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10351
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=30)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1453
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=24)
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 6 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7733
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=31)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=40)
[2021/04/14 13:14:28] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #161
[2021/04/14 13:14:28] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39800 (task_id=26)
[2021/04/14 13:14:28] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:28] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:28] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:28] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:28] [debug] [socket] could not validate socket status for #161 (don't worry)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:28] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=35)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3aac0 (task_id=47)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3994
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 8 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=61
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3992
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e39760 (task_id=25)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=43)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3ab60 (task_id=48)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=62
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=36)
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6533
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:28] [debug] [retry] new retry created for task_id=34 attempts=1
[2021/04/14 13:14:28] [ warn] [engine] failed to flush chunk '1-1618406067.852334089.flb', retry in 10 seconds: task_id=34, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3aa20 (task_id=46)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=63
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:28] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:28] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:28] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5269
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131428Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=41)
[2021/04/14 13:14:28] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:28] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:28] [debug] [out coro] cb_destroy coro_id=64
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=44)
[2021/04/14 13:14:28] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=45)
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] Running upload timer callback..
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a980 id=0 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a8e0 id=1 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a5c0 id=2 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3aa20 id=3 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a200 id=4 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3ab60 id=5 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a840 id=6 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39760 id=8 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3aac0 id=9 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a0c0 id=10 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39800 id=11 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a520 id=12 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39e40 id=13 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e394e0 id=14 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e38d60 id=15 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e38e00 id=16 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e38ea0 id=17 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e38f40 id=18 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e38fe0 id=19 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39120 id=22 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e391c0 id=23 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39260 id=24 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39300 id=25 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e393a0 id=26 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39620 id=27 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e396c0 id=28 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e398a0 id=29 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39940 id=30 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e399e0 id=31 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39b20 id=33 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39bc0 id=35 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39c60 id=36 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39d00 id=37 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39ee0 id=40 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e39f80 id=41 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a2a0 id=42 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a340 id=43 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a3e0 id=44 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a480 id=45 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a660 id=46 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a700 id=47 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3a7a0 id=48 OK
[2021/04/14 13:14:29] [debug] [task] created task=0x7f06d0e3ac00 id=49 OK
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=1 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=394
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 9 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11628
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=2 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=395
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=3 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=396
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=397
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=398
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=399
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=6 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=400
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=401
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=8 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=402
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=403
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=9 assigned to thread #0
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=404
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=10 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=11 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=12 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=13 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=15 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=16 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=17 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=19 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=22 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=24 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=26 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=27 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=30 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=31 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=33 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=35 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=36 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=37 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=41 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=42 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=405
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=406
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=43 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=44 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=45 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=45 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=46 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=47 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=47 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=48 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=48 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:s3:s3.1] task_id=49 assigned to thread #0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=49 assigned to thread #0
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=407
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=408
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=23
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=0)
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=409
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3ab60 (task_id=5)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=14)
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=410
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=411
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=412
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=413
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=414
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=415
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=416
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=417
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=418
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=419
[2021/04/14 13:14:29] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=420
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=421
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=422
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=423
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=424
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=425
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=426
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=427
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=428
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=429
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=430
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=431
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=432
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=433
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=434
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=435
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=18)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=23)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39300 (task_id=25)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=40)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=46)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 9 events to CloudWatch
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7812
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6539
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3996
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=65
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=6)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 9 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11617
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=1)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=66
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3aa20 (task_id=3)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39800 (task_id=11)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 7 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9079
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 9 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39120 (task_id=22)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=2)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3995
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3aac0 (task_id=9)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3991
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 7 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5271
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=15)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=26)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6534
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5261
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=12)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=4)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3997
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=67
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=68
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 9 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 8 events
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11620
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=10)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=16)
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10355
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39620 (task_id=27)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 2 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39260 (task_id=24)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 9 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=69
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=13)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 1 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1450
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 8 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3923
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=28)
[2021/04/14 13:14:29] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #161
[2021/04/14 13:14:29] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39940 (task_id=30)
[2021/04/14 13:14:29] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:29] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:29] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:29] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:29] [debug] [socket] could not validate socket status for #161 (don't worry)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 2 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3994
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=29)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=36)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2724
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 1 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=70
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=17)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3997
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=47)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3ac00 (task_id=49)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=37)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=42)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=33)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6542
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:29] [debug] [retry] new retry created for task_id=45 attempts=1
[2021/04/14 13:14:29] [ warn] [engine] failed to flush chunk '1-1618406069.202298041.flb', retry in 11 seconds: task_id=45, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=48)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 3 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=71
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 7 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9084
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39760 (task_id=8)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=41)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 7 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9084
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 7 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=19)
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:29] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:29] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:29] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131429Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:29] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 7 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=43)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=44)
[2021/04/14 13:14:29] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:29] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:29] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=31)
[2021/04/14 13:14:29] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=35)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=39 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39bc0 id=0 OK
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:30] [debug] [upstream] KA connection #161 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e399e0 id=1 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a3e0 id=2 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a340 id=3 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e38fe0 id=4 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39f80 id=5 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39760 id=6 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a7a0 id=8 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39b20 id=9 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a2a0 id=10 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39d00 id=11 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3ac00 id=12 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a700 id=13 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e38ea0 id=14 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39c60 id=15 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e398a0 id=16 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39940 id=17 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e396c0 id=18 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39e40 id=19 OK
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39260 id=22 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e38d60 id=23 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e38e00 id=24 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e38f40 id=25 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39120 id=26 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e391c0 id=27 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39300 id=28 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e393a0 id=29 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e394e0 id=30 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39620 id=31 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39800 id=33 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e39ee0 id=35 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a0c0 id=36 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a200 id=37 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a520 id=40 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a5c0 id=41 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a660 id=42 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a840 id=43 OK
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a8e0 id=44 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3a980 id=46 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3aa20 id=47 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3aac0 id=48 OK
[2021/04/14 13:14:30] [debug] [task] created task=0x7f06d0e3ab60 id=49 OK
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=1 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=2 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=3 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=4 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=5 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=6 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=8 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=10 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 8 events
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=436
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 9 events
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=437
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=438
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10343
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=439
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7812
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11620
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=440
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=441
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=12 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=14 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=15 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=16 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=17 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=18 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=19 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=442
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=22 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=23 assigned to thread #0
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=443
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=24 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=26 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=27 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=28 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=29 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=31 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=33 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=444
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=36 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=37 assigned to thread #0
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=40 assigned to thread #0
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=41 assigned to thread #0
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=42 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=44 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=46 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=46 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=47 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=47 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=48 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=48 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:s3:s3.1] task_id=49 assigned to thread #0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=49 assigned to thread #0
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=445
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=446
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=24
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=447
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=0)
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=448
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=9)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=11)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=13)
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=449
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=450
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=451
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=452
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1376
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=453
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=454
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=455
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=456
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=457
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=458
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=459
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=460
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=461
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=462
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=463
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=464
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=465
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=466
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=467
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=468
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=469
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=470
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=471
[2021/04/14 13:14:30] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=472
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=473
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=474
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=475
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=476
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=25)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=30)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=35)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=43)
[2021/04/14 13:14:30] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #161
[2021/04/14 13:14:30] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:30] [debug] [socket] could not validate socket status for #161 (don't worry)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 7 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9085
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 8 events to CloudWatch
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7808
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 9 events to CloudWatch
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6544
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2726
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=4)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 7 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9082
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=1)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=10)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7812
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=72
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=73
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7805
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3ac00 (task_id=12)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 7 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=5)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6541
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=14)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6188
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39760 (task_id=6)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5269
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=15)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2722
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 7 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=74
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 7 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9074
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [task] task_id=39 reached retry-attempts limit 1/1
[2021/04/14 13:14:30] [ warn] [engine] chunk '1-1618406063.402372120.flb' cannot be retried: task_id=39, input=re_emitted > output=cloudwatch_logs.5
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39da0 (task_id=39)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=16)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3996
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=8)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 7 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9082
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=75
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=23)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 7 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9080
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5269
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39120 (task_id=26)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 7 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=2)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=24)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6537
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 7 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=19)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 7 events to CloudWatch
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=76
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39300 (task_id=28)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5266
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=29)
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3996
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e391c0 (task_id=27)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 1 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1453
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=3)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39260 (task_id=22)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=77
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=40)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2724
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 1 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:30] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=44)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3ab60 (task_id=49)
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39800 (task_id=33)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=37)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39940 (task_id=17)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e39620 (task_id=31)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=36)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=78
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=41)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=46)
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=18)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 8 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10353
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 8 events to CloudWatch
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=42)
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:30] [debug] [upstream] KA connection #120 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:30] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:30] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:30] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1378
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131430Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:30] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #120
[2021/04/14 13:14:30] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:30] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:30] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:30] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:30] [debug] [socket] could not validate socket status for #120 (don't worry)
[2021/04/14 13:14:30] [debug] [task] destroy task=0x7f06d0e3aa20 (task_id=47)
[2021/04/14 13:14:30] [debug] [retry] new retry created for task_id=48 attempts=1
[2021/04/14 13:14:30] [ warn] [engine] failed to flush chunk '1-1618406070.202363529.flb', retry in 7 seconds: task_id=48, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=7 assigned to thread #0
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3aa20 id=0 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a660 id=1 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e396c0 id=2 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a980 id=3 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a5c0 id=4 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a0c0 id=5 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39620 id=6 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39940 id=8 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a200 id=9 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39800 id=10 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3ab60 id=11 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a8e0 id=12 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a520 id=13 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39260 id=14 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a340 id=15 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e391c0 id=16 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e393a0 id=17 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39300 id=18 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39e40 id=19 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e38e00 id=22 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a3e0 id=23 OK
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39120 id=24 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e38d60 id=25 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a7a0 id=26 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e398a0 id=27 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39da0 id=28 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e38ea0 id=29 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e38f40 id=30 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e38fe0 id=31 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e394e0 id=33 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39760 id=35 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e399e0 id=36 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39b20 id=37 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39bc0 id=39 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39c60 id=40 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39d00 id=41 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39ee0 id=42 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e39f80 id=43 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a2a0 id=44 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a700 id=46 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3a840 id=47 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3ac00 id=49 OK
[2021/04/14 13:14:31] [debug] [task] created task=0x7f06d0e3aca0 id=50 OK
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=3 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 7 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9080
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=4 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=5 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=6 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=8 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=9 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=10 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=11 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=12 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=13 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=14 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=15 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=16 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=16 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=17 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=18 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=19 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 6 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=22 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=23 assigned to thread #0
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=24 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=26 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=27 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=28 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=29 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=30 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=31 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=33 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=35 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=36 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=39 assigned to thread #0
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7807
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=39 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=40 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=41 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=42 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=44 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=46 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=47 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=49 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=49 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:s3:s3.1] task_id=50 assigned to thread #0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=50 assigned to thread #0
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=25
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3aa20 (task_id=0)
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=477
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=478
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=1)
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=479
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7812
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 9 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11621
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=480
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=481
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=482
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=483
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=484
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=485
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=486
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=487
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=488
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=489
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=490
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=491
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=492
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=493
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=494
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=495
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=496
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=497
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=498
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=499
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=500
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=501
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=502
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=503
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=504
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=505
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=506
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=507
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=2)
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=508
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e38d60 (task_id=25)
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=509
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39b20 (task_id=37)
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=510
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=511
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=512
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=513
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=514
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39f80 (task_id=43)
[2021/04/14 13:14:31] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=515
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=516
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=517
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a700 (task_id=46)
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=518
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a840 (task_id=47)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2647
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 6 events to CloudWatch
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.4
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 6 events to CloudWatch
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.2
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 9 events to CloudWatch
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 8 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10355
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 7 events to CloudWatch
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 7 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9084
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #159
[2021/04/14 13:14:31] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:31] [debug] [socket] could not validate socket status for #159 (don't worry)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3997
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39800 (task_id=10)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.5
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6539
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6539
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a0c0 (task_id=5)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 8 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=79
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=80
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6540
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a200 (task_id=9)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 7 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 11 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 14166
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=3)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:31] [debug] [task] task_id=7 reached retry-attempts limit 1/1
[2021/04/14 13:14:31] [ warn] [engine] chunk '1-1618406064.702274806.flb' cannot be retried: task_id=7, input=re_emitted > output=cloudwatch_logs.5
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39080 (task_id=7)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2645
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a3e0 (task_id=23)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3993
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39620 (task_id=6)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.2
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5270
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #159
[2021/04/14 13:14:31] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:31] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:31] [debug] [socket] could not validate socket status for #159 (don't worry)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 2 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.2
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39940 (task_id=8)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 11 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a5c0 (task_id=4)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7805
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.2
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.5
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a340 (task_id=15)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.5
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=81
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3ab60 (task_id=11)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3999
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39da0 (task_id=28)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.3
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6541
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 10 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 12895
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=13)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.5
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3999
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39300 (task_id=18)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=82
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5263
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=12)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.2
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 2 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:31] [debug] [retry] new retry created for task_id=16 attempts=1
[2021/04/14 13:14:31] [ warn] [engine] failed to flush chunk '1-1618406070.702635159.flb', retry in 9 seconds: task_id=16, input=re_emitted > output=cloudwatch_logs.5 (out_id=5)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5264
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 10 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e393a0 (task_id=17)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.0
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.3
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39760 (task_id=35)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 2 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2723
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.4
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=83
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39260 (task_id=14)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e398a0 (task_id=27)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 5 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6540
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39120 (task_id=24)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5268
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=22)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 2 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2720
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 2 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 1 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1453
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=42)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=84
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=19)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3992
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 5 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=31)
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=33)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=29)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.5
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 2 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=30)
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3ac00 (task_id=49)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 1 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=44)
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3aca0 (task_id=50)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=85
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=26)
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=40)
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=36)
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 1 events
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:31] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:31] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:31] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 1451
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131431Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:31] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:31] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 1 events to CloudWatch
[2021/04/14 13:14:31] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=39)
[2021/04/14 13:14:31] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=41)
[2021/04/14 13:14:32] [debug] [upstream] KA connection #24 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [upstream] KA connection #32 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [upstream] KA connection #48 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [upstream] KA connection #84 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [upstream] KA connection #68 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39d00 id=0 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39bc0 id=1 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e399e0 id=2 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39c60 id=3 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a7a0 id=4 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3aca0 id=5 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a2a0 id=6 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3ac00 id=7 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e38f40 id=8 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e38ea0 id=9 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e394e0 id=10 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e38fe0 id=11 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39e40 id=12 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39ee0 id=13 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e38e00 id=14 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39120 id=15 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e398a0 id=17 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39260 id=18 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39760 id=19 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e393a0 id=22 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a8e0 id=23 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39300 id=24 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a520 id=25 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39da0 id=26 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3ab60 id=27 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a340 id=28 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a5c0 id=29 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39940 id=30 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39620 id=31 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a3e0 id=33 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39080 id=35 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e38d60 id=36 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e396c0 id=37 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39800 id=39 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39b20 id=40 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e39f80 id=41 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a0c0 id=42 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a200 id=43 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a660 id=44 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a700 id=46 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a840 id=47 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3a980 id=49 OK
[2021/04/14 13:14:32] [debug] [task] created task=0x7f06d0e3aa20 id=50 OK
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=1 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=1 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=2 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=2 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=3 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=3 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=4 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=4 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.0
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.1
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=519
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=520
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=521
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=5 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=5 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=6 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=6 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=7 assigned to thread #0
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=522
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=8 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=8 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=9 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=9 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=10 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=10 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=11 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=12 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=12 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=13 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=13 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=14 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=14 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=15 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=15 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=17 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=17 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=18 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=18 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=19 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=19 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=22 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=22 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=23 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=23 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=24 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=24 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=25 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=25 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=26 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=26 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=27 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=28 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=28 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=29 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=29 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=30 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=30 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=31 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=31 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=33 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=33 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=35 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=36 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=36 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=37 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=39 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] task_id=39 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=40 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=40 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=41 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] task_id=41 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=42 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] task_id=42 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=43 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=43 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=44 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=46 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] task_id=46 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=47 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=47 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=49 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:s3:s3.1] task_id=50 assigned to thread #0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] task_id=50 assigned to thread #0
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=26
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39d00 (task_id=0)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=523
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=524
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=525
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=526
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=527
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=528
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=529
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=530
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=531
[2021/04/14 13:14:32] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=532
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 6 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.1
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=533
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=534
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7810
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=535
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.6
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=536
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=537
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.1
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=538
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5268
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=539
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=540
[2021/04/14 13:14:32] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=541
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=542
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=543
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=544
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=545
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=546
[2021/04/14 13:14:32] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=547
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=548
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=549
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=550
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=551
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=552
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=553
[2021/04/14 13:14:32] [debug] [fstore] [cio file] alloc_size from 36864 to 69632
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=554
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=555
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3ac00 (task_id=7)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=556
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e38fe0 (task_id=11)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=557
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3ab60 (task_id=27)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=558
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39080 (task_id=35)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=559
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e396c0 (task_id=37)
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=560
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a660 (task_id=44)
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a980 (task_id=49)
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.5
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6537
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.1
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.0
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5265
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.6
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 3 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.0
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3994
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.1
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.6
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.1
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 6 events to CloudWatch
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 10 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.6
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 12897
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.5
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e399e0 (task_id=2)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 6 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.1
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7813
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 3 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a2a0 (task_id=6)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 2 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.3
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 2724
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.0
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=86
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=87
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39bc0 (task_id=1)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 3 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.3
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3995
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.6
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=91
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a7a0 (task_id=4)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 7 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.3
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9082
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3aca0 (task_id=5)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.6
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 10 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.2
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5266
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.1
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 6 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e38f40 (task_id=8)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.6
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.3
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 7 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=92
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e394e0 (task_id=10)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.4
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6538
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.3
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 3 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=88
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39c60 (task_id=3)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 7 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.6
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 9082
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.2
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a8e0 (task_id=23)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.3
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6538
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #60 to sts.us-east-1.amazonaws.com:443 has been disconnected by the remote service
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent events to external-default-fqrvb-b.3.4
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=93
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39e40 (task_id=12)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.5
[2021/04/14 13:14:32] [debug] [upstream] KA connection #159 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5193
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.6
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 7 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.2
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39ee0 (task_id=13)
[2021/04/14 13:14:32] [debug] [http_client] server logs.us-east-1.amazonaws.com:443 will close connection #159
[2021/04/14 13:14:32] [debug] [aws_client] logs.us-east-1.amazonaws.com: http_do=0, HTTP Status: 400
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents http status=400
[2021/04/14 13:14:32] [error] [output:cloudwatch_logs:cloudwatch_logs.5] PutLogEvents API responded with error='ResourceNotFoundException', message='The specified log stream does not exist.'
[2021/04/14 13:14:32] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:32] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send log events
[2021/04/14 13:14:32] [error] [output:cloudwatch_logs:cloudwatch_logs.5] Failed to send events
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=94
[2021/04/14 13:14:32] [debug] [socket] could not validate socket status for #159 (don't worry)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.5] Sending log events to log stream external-default-fqrvb-b.3.0
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39da0 (task_id=26)
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39940 (task_id=30)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.3
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=91
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 5 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.4
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 6536
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.6
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 4 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=89
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 8 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.4
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10350
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39120 (task_id=15)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5266
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.3
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 2 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e38ea0 (task_id=9)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 9 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.1
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 11625
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent events to external-default-fqrvb-b.0.4
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=92
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending 3 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.2] Sending log events to log stream external-default-fqrvb-b.0.5
[2021/04/14 13:14:32] [debug] [upstream] KA connection #139 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 3995
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e39620 (task_id=31)
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent events to external-default-fqrvb-b.4.4
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sent 8 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e3a520 (task_id=25)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending 4 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.6] Sending log events to log stream external-default-fqrvb-b.4.2
[2021/04/14 13:14:32] [debug] [upstream] KA connection #128 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 5267
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent events to external-default-fqrvb-b.2.2
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sent 5 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=90
[2021/04/14 13:14:32] [debug] [task] destroy task=0x7f06d0e38e00 (task_id=14)
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending 8 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.4] Sending log events to log stream external-default-fqrvb-b.2.4
[2021/04/14 13:14:32] [debug] [upstream] KA connection #122 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 10354
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Target: Logs_20140328.PutLogEvents
x-amz-date: 20210414T131432Z
x-amz-security-token: <redacted>
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 is now available
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] PutLogEvents http status=200
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent events to external-default-fqrvb-b.1.1
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sent 9 events to CloudWatch
[2021/04/14 13:14:32] [debug] [out coro] cb_destroy coro_id=91
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending 6 events
[2021/04/14 13:14:32] [debug] [output:cloudwatch_logs:cloudwatch_logs.3] Sending log events to log stream external-default-fqrvb-b.1.4
[2021/04/14 13:14:32] [debug] [upstream] KA connection #118 to logs.us-east-1.amazonaws.com:443 has been assigned (recycled)
[2021/04/14 13:14:32] [debug] [http_client] not using http_proxy for header
[2021/04/14 13:14:32] [debug] [aws_credentials] Requesting credentials from the EKS provider..
[2021/04/14 13:14:32] [debug] [http_client] header=POST / HTTP/1.1
Host: logs.us-east-1.amazonaws.com
Content-Length: 7808
User-Agent: aws-fluent-bit-plugin
Content-Type: application/x-amz-json-1.1
X-Amz-Ta
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment