Disable ingest pipeline until we know what breaks / jams in ES
This commit is contained in:
parent
3e55e27bf1
commit
28e3ce4f8e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user