Loading deploy/conf/fluent.conf +9 −6 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ <match **> @type elasticsearch_dynamic @id elasticsearch-output @log_level debug id_key _hash remove_keys _hash hosts "#{ENV['ES_HOSTS']}" Loading @@ -31,9 +30,13 @@ logstash_format true logstash_prefix fluentd-${tag_parts[0]} logstash_dateformat %Y%m flush_interval 30s request_timeout 15s reconnect_on_error true reload_on_failure true reload_connections false <buffer> flush_mode interval flush_interval 30s flush_thread_count 4 </buffer> </match> Loading
deploy/conf/fluent.conf +9 −6 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ <match **> @type elasticsearch_dynamic @id elasticsearch-output @log_level debug id_key _hash remove_keys _hash hosts "#{ENV['ES_HOSTS']}" Loading @@ -31,9 +30,13 @@ logstash_format true logstash_prefix fluentd-${tag_parts[0]} logstash_dateformat %Y%m flush_interval 30s request_timeout 15s reconnect_on_error true reload_on_failure true reload_connections false <buffer> flush_mode interval flush_interval 30s flush_thread_count 4 </buffer> </match>