mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/fluent-bit: add input.systemd.stripUnderscores (#19483)
- fix https://github.com/fluent/fluent-bit/issues/638 "This options needed because kibana ignore fields with underscores at beginning." Signed-off-by: Simon Piette <piette.simon@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
16d5971870
commit
5fca8c40eb
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
|
||||
@@ -233,6 +233,7 @@ input:
|
||||
- node-problem-detector.service
|
||||
maxEntries: 1000
|
||||
readFromTail: true
|
||||
stripUnderscores: false
|
||||
tag: host.*
|
||||
|
||||
filter:
|
||||
|
||||
Reference in New Issue
Block a user