UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit fdc2bb24 authored by Micah Nagel's avatar Micah Nagel Committed by Ryan Garcia
Browse files

Fluentbit: Fix storage buffer limits/Loki outputs

parent 69734880
No related branches found
No related tags found
1 merge request!1973Fluentbit: Fix storage buffer limits/Loki outputs
......@@ -78,15 +78,21 @@ config:
auto_kubernetes_labels on
Retry_Limit False
tls Off
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
[OUTPUT]
name loki
match host.*
labels job=fluentbit, container=$kubernetes['container_name'], pod=$kubernetes['pod_name'], namespace=$kubernetes['namespace_name'], node_name=$kubernetes['host']
{{- if eq .Values.loki.strategy "monolith" }}
host logging-loki
{{- else }}
host logging-loki-write
{{- end }}
port 3100
auto_kubernetes_labels on
Retry_Limit False
tls Off
storage.total_limit_size {{ dig "storage" "total_limit_size" "10G" .Values.fluentbit.values }}
{{- end }}
{{- end }}
{{- end }}
......
......@@ -472,7 +472,7 @@ fluentbit:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/fluentbit.git
path: "./chart"
tag: "0.20.3-bb.0"
tag: "0.20.3-bb.1"
# -- Flux reconciliation overrides specifically for the Fluent-Bit Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment