diff --git a/docs/plugins/outputs/cloudwatch.asciidoc b/docs/plugins/outputs/cloudwatch.asciidoc index 282d54bae..d9b3ae94f 100644 --- a/docs/plugins/outputs/cloudwatch.asciidoc +++ b/docs/plugins/outputs/cloudwatch.asciidoc @@ -109,6 +109,7 @@ This plugin supports the following configuration options plus the <> |<>, one of `["Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Count", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second", "None"]`|No | <> |<>|No | <> |<>|No +| <> |<>|No |======================================================================= Also see <> for a list of options supported by all @@ -325,9 +326,19 @@ If provided, this must be a string which can be converted to a float, for exampl "1", "2.34", ".5", and "0.67" If you set this option you should probably set the `unit` option along with it +[id="plugins-{type}s-{plugin}-web_identity_token_file"] +===== `web_identity_token_file` + +* Value type is <> + +Absolute path to the file on disk containing OIDC token for https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html[IRSA]. +Set the path to `"/var/run/secrets/eks.amazonaws.com/serviceaccount/token"` when using Amazon EKS. +If specified, <> must not be empty. + +For the details of setting up IAM roles and Kubernetes service accounts, check out https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html[userguide] [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] -:default_codec!: \ No newline at end of file +:default_codec!: