From dafd7d4d77df797b37acf9927470bb2834a635c4 Mon Sep 17 00:00:00 2001 From: Heds Simons Date: Mon, 7 Dec 2020 01:29:58 -0800 Subject: [PATCH] fluent-bit: Rename Fluent Bit plugin output name. (#2974) This prevents a clash with the Loki plugin now included with the Fluent Bit agent by default. The output plugin is now named `grafana-loki`. Signed-off-by: Heds Simons (cherry picked from commit 4e2b3ec60b5da59fdca86422a3f2504739da994d) --- production/helm/fluent-bit/templates/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/helm/fluent-bit/templates/configmap.yaml b/production/helm/fluent-bit/templates/configmap.yaml index 23fdba80e627..bb09b2458ebd 100644 --- a/production/helm/fluent-bit/templates/configmap.yaml +++ b/production/helm/fluent-bit/templates/configmap.yaml @@ -33,7 +33,7 @@ data: K8S-Logging.Exclude {{ .Values.config.k8sLoggingExclude }} K8S-Logging.Parser {{ .Values.config.k8sLoggingParser }} [Output] - Name loki + Name grafana-loki Match * {{- if and .Values.loki.user .Values.loki.password }} Url {{ .Values.loki.serviceScheme }}://{{ .Values.loki.user }}:{{ .Values.loki.password }}@{{ include "loki.serviceName" . }}:{{ .Values.loki.servicePort }}{{ .Values.loki.servicePath }}