Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
Added missing configuration to send worker node logs and dataplane kubelet logs to cloudwatch
  • Loading branch information
gwmanish authored Oct 11, 2023
1 parent 1fb529f commit 37c6f06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/kubernetes-addons/aws-for-fluentbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ additionalFilters: |
cloudWatchLogs:
enabled: true
match: "kube.app.*"
region: ${region}
region: ${aws_region}
logGroupName: "/aws/eks/fluentbit-cloudwatch/logs"
logGroupTemplate: /aws/containerinsights/application/$kubernetes['namespace_name']
logStreamPrefix: "fluentbit-"
Expand All @@ -118,7 +118,7 @@ additionalOutputs: |
[OUTPUT]
Name cloudwatch_logs
match host.*
region ${region}
region ${aws_region}
log_group_name /aws/containerinsight/host
auto_create_group true
log_stream_template $hostname
Expand All @@ -127,7 +127,7 @@ additionalOutputs: |
[OUTPUT]
Name cloudwatch_logs
match dataplane.*
region ${region}
region ${aws_region}
log_group_name /aws/containerinsights/dataplane
auto_create_group true
log_stream_template $hostname
Expand Down

0 comments on commit 37c6f06

Please sign in to comment.