diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index b93cee4ef8..157757752f 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fluent-bit -version: 2.8.2 +version: 2.8.3 appVersion: 1.3.2 description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX keywords: diff --git a/stable/fluent-bit/README.md b/stable/fluent-bit/README.md index 5a6729b4c0..9941497944 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -124,6 +124,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `input.systemd.filters.systemdUnit` | Please see https://docs.fluentbit.io/manual/input/systemd | `[docker.service, kubelet.service`, `node-problem-detector.service]` | | `input.systemd.maxEntries` | Please see https://docs.fluentbit.io/manual/input/systemd | `1000` | | `input.systemd.readFromTail` | Please see https://docs.fluentbit.io/manual/input/systemd | `true` | +| `input.systemd.stripUnderscores` | Please see https://docs.fluentbit.io/manual/input/systemd | `false` | | `input.systemd.tag` | Please see https://docs.fluentbit.io/manual/input/systemd | `host.*` | | `rbac.create` | Specifies whether RBAC resources should be created. | `true` | | `rbac.pspEnabled` | Specifies whether a PodSecurityPolicy should be created. | `false` | diff --git a/stable/fluent-bit/templates/config.yaml b/stable/fluent-bit/templates/config.yaml index dba2b4af45..47f8df2147 100644 --- a/stable/fluent-bit/templates/config.yaml +++ b/stable/fluent-bit/templates/config.yaml @@ -49,6 +49,7 @@ data: {{- end }} Max_Entries {{ .Values.input.systemd.maxEntries }} Read_From_Tail {{ .Values.input.systemd.readFromTail }} + Strip_Underscores {{ .Values.input.systemd.stripUnderscores }} {{- end }} {{ .Values.extraEntries.input | indent 8 }} diff --git a/stable/fluent-bit/values.yaml b/stable/fluent-bit/values.yaml index 5afb06d2f3..79ecf88fb5 100644 --- a/stable/fluent-bit/values.yaml +++ b/stable/fluent-bit/values.yaml @@ -233,6 +233,7 @@ input: - node-problem-detector.service maxEntries: 1000 readFromTail: true + stripUnderscores: false tag: host.* filter: