From 015665516e2fa06f31f9d97262f21e67a5630030 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Wed, 13 Feb 2019 12:49:57 -0600 Subject: [PATCH] Fluentd: Add type_name to default elasticsearch output The change that modified the output configurations for fluentd accidentally removed the type_name from the default elasticsearch output, which prevents the output from using the fluent template that's defined in the chart. This replaces the type_name for that output Change-Id: I2098ca8c243d55f0446ea623a80b5b40e3acff8c --- fluent-logging/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/fluent-logging/values.yaml b/fluent-logging/values.yaml index 5e6a12695..2ac2cd94a 100644 --- a/fluent-logging/values.yaml +++ b/fluent-logging/values.yaml @@ -433,6 +433,7 @@ conf: host: "#{ENV['ELASTICSEARCH_HOST']}" port: "#{ENV['ELASTICSEARCH_PORT']}" logstash_format: true + type_name: fluent buffer: - - header: buffer