Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
chore: fluent-bit bump
Browse files Browse the repository at this point in the history
- skipLongLines first char uppercase
- stripUnderscores: true as it is now a variable for systemd
  • Loading branch information
sebbrandt87 committed Jun 25, 2020
1 parent 7f7736a commit 7b30adb
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions addons/fluentbit/1.3.x/fluentbit-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ metadata:
labels:
kubeaddons.mesosphere.io/name: fluentbit
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "1.3.2-3"
appversion.kubeaddons.mesosphere.io/fluentbit: "1.3.2"
values.chart.helm.kubeaddons.mesosphere.io/fluentbit: "https://raw.githubusercontent.com/helm/charts/f9efc8de7dcd6f93ebacc4b321d01a5aa819cdaa/stable/fluent-bit/values.yaml"
catalog.kubeaddons.mesosphere.io/addon-revision: "1.3.7-1"
appversion.kubeaddons.mesosphere.io/fluentbit: "1.3.7"
values.chart.helm.kubeaddons.mesosphere.io/fluentbit: "https://raw.githubusercontent.com/helm/charts/d407562/stable/fluent-bit/values.yaml"
spec:
kubernetes:
minSupportedVersion: v1.15.6
Expand All @@ -31,18 +31,18 @@ spec:
enabled: true
chartReference:
chart: stable/fluent-bit
version: 2.8.4
version: 2.8.17
values: |
---
audit:
enable: true
input:
memBufLimit: 35MB
parser: kubernetes-audit
tag: audit.*
path: /var/log/kubernetes/audit/*.log
bufferChunkSize: 5MB
bufferMaxSize: 20MB
skipLongLines: off
skipLongLines: Off
key: kubernetes-audit
backend:
es:
Expand All @@ -58,6 +58,7 @@ spec:
enabled: true
filters:
systemdUnit: []
stripUnderscores: true
metrics:
enabled: true
service:
Expand All @@ -66,9 +67,6 @@ spec:
tolerations:
- effect: NoSchedule
operator: Exists
extraEntries:
input: |-
Strip_Underscores true
resources:
limits:
memory: 750Mi
Expand Down

0 comments on commit 7b30adb

Please sign in to comment.