Loading deploy/conf/fluent.conf +2 −3 Original line number Diff line number Diff line Loading @@ -19,16 +19,15 @@ </filter> <match **> @type elasticsearch_dynamic @type elasticsearch @id elasticsearch-output id_key _hash remove_keys _hash hosts "#{ENV['ES_HOSTS']}" user "#{ENV['ES_USER']}" password "#{ENV['ES_PASS']}" type_name fluentd logstash_format true logstash_prefix fluentd-${tag_parts[0]} logstash_prefix fluentd logstash_dateformat %Y%m request_timeout 15s reconnect_on_error true Loading Loading
deploy/conf/fluent.conf +2 −3 Original line number Diff line number Diff line Loading @@ -19,16 +19,15 @@ </filter> <match **> @type elasticsearch_dynamic @type elasticsearch @id elasticsearch-output id_key _hash remove_keys _hash hosts "#{ENV['ES_HOSTS']}" user "#{ENV['ES_USER']}" password "#{ENV['ES_PASS']}" type_name fluentd logstash_format true logstash_prefix fluentd-${tag_parts[0]} logstash_prefix fluentd logstash_dateformat %Y%m request_timeout 15s reconnect_on_error true Loading