diff --git a/plugins/outputs/http/README.md b/plugins/outputs/http/README.md index 165f66c88..c7f3a2843 100644 --- a/plugins/outputs/http/README.md +++ b/plugins/outputs/http/README.md @@ -105,6 +105,9 @@ to use them. #region = "us-east-1" ## Amazon Credentials + ## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're outputting to + #aws_service = "execute-api" + ## Credentials are loaded in the following order ## 1) Web identity provider credentials via STS if role_arn and web_identity_token_file are specified ## 2) Assumed credentials via STS if role_arn is specified diff --git a/plugins/outputs/http/sample.conf b/plugins/outputs/http/sample.conf index b15cee557..0856ddfa8 100644 --- a/plugins/outputs/http/sample.conf +++ b/plugins/outputs/http/sample.conf @@ -78,6 +78,9 @@ #region = "us-east-1" ## Amazon Credentials + ## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're ouputting to + #aws_service = "execute-api" + ## Credentials are loaded in the following order ## 1) Web identity provider credentials via STS if role_arn and web_identity_token_file are specified ## 2) Assumed credentials via STS if role_arn is specified