diff --git a/README.md b/README.md index f3d0e46..951d8b4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It also opinionatedly configures FluentBit to send logs to CloudWatch and to exc | [fluentbit\_read\_from\_tail](#input\_fluentbit\_read\_from\_tail) | Start reading new entries. Skip entries already stored. | `string` | `"On"` | no | | [fluentbit\_send\_fluentbit\_logs\_to\_cloudwatch](#input\_fluentbit\_send\_fluentbit\_logs\_to\_cloudwatch) | Send FluentBit logs to CloudWatch. | `bool` | `true` | no | | [helm\_additional\_values](#input\_helm\_additional\_values) | Additional values to be passed to the Helm chart. | `list(string)` | `[]` | no | -| [helm\_chart\_version](#input\_helm\_chart\_version) | The version of the aws-for-fluent-bit Helm chart. | `string` | `"0.1.32"` | no | +| [helm\_chart\_version](#input\_helm\_chart\_version) | The version of the aws-for-fluent-bit Helm chart. | `string` | `"0.1.34"` | no | | [helm\_release\_name](#input\_helm\_release\_name) | The name of the Helm release. | `string` | `"fluentbit"` | no | | [k8s\_additional\_labels](#input\_k8s\_additional\_labels) | Additional labels to apply to the kubernetes resources. | `map(string)` | `{}` | no | | [k8s\_default\_labels](#input\_k8s\_default\_labels) | Labels to apply to the kubernetes resources. These are opinionated labels, you can add more labels using the variable `additional_k8s_labels`. If you want to remove a label, you can override it with an empty map(string). | `map(string)` |
{| no | diff --git a/files/values.yml.tftpl b/files/values.yml.tftpl index ea04a16..d84304c 100644 --- a/files/values.yml.tftpl +++ b/files/values.yml.tftpl @@ -75,14 +75,14 @@ additionalInputs: | [INPUT] Name tail - Tag application-errors.* + Tag apperrors.* Exclude_Path ${join(", ", formatlist("/var/log/containers/%s*.log", distinct(additional_exclude_from_application_log_group)))} Path /var/log/containers/*.log Docker_Mode On Docker_Mode_Flush 5 Docker_Mode_Parser custom_json Parser custom_json - DB /var/fluent-bit/state/flb_container.db + DB /var/fluent-bit/state/flb_apperrors.db Mem_Buf_Limit 50MB Skip_Long_Lines On Refresh_Interval 10 @@ -135,7 +135,7 @@ filter: enabled: false additionalFilters: | - %{~ for tag in ["application", "application-errors", "platform", "fluentbit"] ~} + %{~ for tag in ["application", "apperrors", "platform", "fluentbit"] ~} [FILTER] Name kubernetes Match_regex ${tag}.* @@ -151,31 +151,35 @@ additionalFilters: | [FILTER] Name nest - Match_regex application.*|application-errors.*|platform.*|fluentbit.* + Match_regex application.*|apperrors.*|platform.*|fluentbit.* Operation lift Nested_under kubernetes Add_prefix Kube. [FILTER] Name modify - Match_regex application.*|application-errors.*|platform.*|fluentbit.* + Match_regex application.*|apperrors.*|platform.*|fluentbit.* Remove Kube.
"managed-by": "terraform",
"scope": "fluentbit"
}