Skip to content

Commit c8cb8a0

Browse files
authored
docs: Update aws-for-fluentbit.md with the correct prefix information (#199)
1 parent 906d637 commit c8cb8a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/addons/aws-for-fluentbit.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ You can optionally customize the Helm chart that deploys AWS for Fluent Bit via
1616
enable_aws_for_fluentbit = true
1717
aws_for_fluentbit_cw_log_group = {
1818
create = true
19-
use_name_prefix = "eks-cluster-logs-"
19+
use_name_prefix = true # Set this to true to enable name prefix
20+
name_prefix = "eks-cluster-logs-"
2021
retention = 7
2122
}
2223
aws_for_fluentbit = {

0 commit comments

Comments
 (0)