Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

credentials_endpoint configuration property is not supported #366

Open
bongi23 opened this issue May 31, 2024 · 0 comments
Open

credentials_endpoint configuration property is not supported #366

bongi23 opened this issue May 31, 2024 · 0 comments

Comments

@bongi23
Copy link

bongi23 commented 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

[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

@bongi23 bongi23 changed the title cloudwatch_logs plugin credentials_endpoint setting not supported credentials_endpoint configuration property is not supported May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant