Disable ingest pipeline until we know what breaks / jams in ES #14

Merged
stefan merged 1 commits from master into stable 2020-08-27 00:04:19 +00:00
1 changed files with 3 additions and 2 deletions

View File

@ -126,7 +126,8 @@ fluentd:
remove_keys id remove_keys id
# KubeZero pipeline incl. GeoIP etc. # KubeZero pipeline incl. GeoIP etc.
pipeline fluentd # Freaking ES jams under load and all is lost ...
# pipeline fluentd
host "#{ENV['OUTPUT_HOST']}" host "#{ENV['OUTPUT_HOST']}"
port "#{ENV['OUTPUT_PORT']}" port "#{ENV['OUTPUT_PORT']}"
@ -148,7 +149,7 @@ fluentd:
path /var/log/fluentd-buffers/kubernetes.system.buffer path /var/log/fluentd-buffers/kubernetes.system.buffer
flush_mode interval flush_mode interval
flush_thread_count 2 flush_thread_count 2
flush_interval 30s flush_interval 5s
flush_at_shutdown true flush_at_shutdown true
retry_type exponential_backoff retry_type exponential_backoff
retry_timeout 60m retry_timeout 60m