We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 906d637 commit c8cb8a0Copy full SHA for c8cb8a0
docs/addons/aws-for-fluentbit.md
@@ -16,7 +16,8 @@ You can optionally customize the Helm chart that deploys AWS for Fluent Bit via
16
enable_aws_for_fluentbit = true
17
aws_for_fluentbit_cw_log_group = {
18
create = true
19
- use_name_prefix = "eks-cluster-logs-"
+ use_name_prefix = true # Set this to true to enable name prefix
20
+ name_prefix = "eks-cluster-logs-"
21
retention = 7
22
}
23
aws_for_fluentbit = {
0 commit comments