You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a k8s cluster on Azure and I would like to push container logs to Cloudwatch on AWS.
I configured my output like this
[OUTPUT]
Name cloudwatch_logs
Match kube.*
region eu-west-1
log_group_name kubernetes-logs-azure
auto_create_group On
log_stream_name $kubernetes['container_name']
credentials_endpoint REDACTED
But I get the following error
[2024/05/31 13:49:44] [error] [config] cloudwatch_logs: unknown configuration property 'credentials_endpoint'. The following properties are allowed: region, log_group_name, log_stream_name, log_stream_prefix, log_group_template, log_stream_template, log_key, extra_user_agent, log_format, role_arn, auto_create_group, auto_retry_requests, log_retention_days, endpoint, sts_endpoint, external_id, metric_namespace, and metric_dimensions.
I do not understand why since in the README.md of this repository that parameter is listed as supported.
I am using public.ecr.aws/aws-observability/aws-for-fluent-bit:latest as image
The text was updated successfully, but these errors were encountered:
bongi23
changed the title
cloudwatch_logs plugin credentials_endpoint setting not supported
credentials_endpoint configuration property is not supported
May 31, 2024
Hello,
I have a k8s cluster on Azure and I would like to push container logs to Cloudwatch on AWS.
I configured my output like this
But I get the following error
I do not understand why since in the README.md of this repository that parameter is listed as supported.
I am using
public.ecr.aws/aws-observability/aws-for-fluent-bit:latest
as imageThe text was updated successfully, but these errors were encountered: