From ef224f2b373ffeccfc1a1ac20c007083e868f503 Mon Sep 17 00:00:00 2001 From: LukeBalizetPatriot <65610491+LukeBalizetPatriot@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:06:05 -0400 Subject: [PATCH 1/3] add Path_Key support to Tail input --- stable/aws-for-fluent-bit/templates/configmap.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stable/aws-for-fluent-bit/templates/configmap.yaml b/stable/aws-for-fluent-bit/templates/configmap.yaml index 705e642bc..287bf310c 100755 --- a/stable/aws-for-fluent-bit/templates/configmap.yaml +++ b/stable/aws-for-fluent-bit/templates/configmap.yaml @@ -19,6 +19,9 @@ data: Name tail Tag {{ .Values.input.tag }} Path {{ .Values.input.path }} + {{- if .Values.input.pathKey }} + Path_Key {{ .Values.input.pathKey }} + {{- end }} DB {{ .Values.input.db }} Parser {{ .Values.input.parser }} Docker_Mode {{ .Values.input.dockerMode }} From 517d848c4073caa04b4707910ed737f08973aad8 Mon Sep 17 00:00:00 2001 From: LukeBalizetPatriot <65610491+LukeBalizetPatriot@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:09:13 -0400 Subject: [PATCH 2/3] add empty default pathKey field --- stable/aws-for-fluent-bit/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stable/aws-for-fluent-bit/values.yaml b/stable/aws-for-fluent-bit/values.yaml index 973569d2d..82af3bdbb 100644 --- a/stable/aws-for-fluent-bit/values.yaml +++ b/stable/aws-for-fluent-bit/values.yaml @@ -22,6 +22,7 @@ service: input: tag: "kube.*" path: "/var/log/containers/*.log" + pathKey: db: "/var/log/flb_kube.db" parser: docker dockerMode: "On" From c9922fc353ce5d5ead7ef697528ac3af69ea8aab Mon Sep 17 00:00:00 2001 From: LukeBalizetPatriot <65610491+LukeBalizetPatriot@users.noreply.github.com> Date: Thu, 11 Jun 2020 11:21:27 -0400 Subject: [PATCH 3/3] bump version --- stable/aws-for-fluent-bit/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/aws-for-fluent-bit/Chart.yaml b/stable/aws-for-fluent-bit/Chart.yaml index 63560dfa9..eadb8462b 100644 --- a/stable/aws-for-fluent-bit/Chart.yaml +++ b/stable/aws-for-fluent-bit/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: aws-for-fluent-bit description: A Helm chart to deploy aws-for-fluent-bit project -version: 0.1.1 +version: 0.1.2 appVersion: 2.2.0 home: https://github.com/aws/eks-charts icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png @@ -17,4 +17,4 @@ keywords: - fluent-bit - cloudwatch - firehose - - kinesis \ No newline at end of file + - kinesis