If output buffering is used, fluentd tends to send out the log
entries multiple times.
Signed-off-by: Ferenc Tóth <ferenc.2.toth@nokia.com>
Change-Id: I00ec3713fc1698de7e391092a7934a9797f48d48
%define COMPONENT infra-charts
%define RPM_NAME caas-%{COMPONENT}
%define RPM_MAJOR_VERSION 1.0.0
-%define RPM_MINOR_VERSION 20
+%define RPM_MINOR_VERSION 21
Name: %{RPM_NAME}
Version: %{RPM_MAJOR_VERSION}
<match kubernetes**>
@type elasticsearch
@log_level info
- include_tag_key true
{{- end }}
{{- define "es_end.part" }}
ssl_verify true
logstash_format true
reconnect_on_error true
resurrect_after 5s
- <buffer tag>
- chunk_limit_size 256m
- flush_at_shutdown true
- flush_interval 5s
- flush_thread_count 2
- </buffer>
</match>
{{- end }}
{{- define "remote_syslog.part" }}
port 1025
protocol tcp
{{- end }}
- <buffer>
- chunk_limit_size 256m
- flush_at_shutdown "true"
- </buffer>
</match>
{{- end }}
---