Commit b6a0e442 authored by Mik Vyatskov's avatar Mik Vyatskov

Fix fluentd-gcp configuration to facilitate JSON parsing

parent 6d1da164
......@@ -314,7 +314,7 @@ data:
# This filter is used to convert process start timestamp to integer
# value for correct ingestion in the prometheus output plugin.
<filter>
<filter process_start>
@type record_transformer
enable_ruby true
auto_typecast true
......@@ -415,7 +415,7 @@ data:
</store>
</match>
metadata:
name: fluentd-gcp-config-v1.0
name: fluentd-gcp-config-v1.1
namespace: kube-system
labels:
addonmanager.kubernetes.io/mode: Reconcile
......@@ -120,7 +120,7 @@ spec:
path: /usr/lib64
- name: config-volume
configMap:
name: fluentd-gcp-config-v1.0
name: fluentd-gcp-config-v1.1
- name: ssl-certs
hostPath:
path: /etc/ssl/certs
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment