Loading deploy/conf/fluent.conf +11 −14 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ </filter> <match **> @type copy <store> @type elasticsearch_dynamic @id elasticsearch-output @log_level debug Loading @@ -23,5 +21,4 @@ logstash_prefix fluentd-${tag_parts[0]} logstash_dateformat %Y%m%d flush_interval 5s </store> </match> deploy/docker-compose.yml +2 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,8 @@ services: - ES_USER - ES_PASS networks: log-net: aliases: - fluentd elastic-net: - log-net - elastic-net configs: - source: fluent-conf target: /fluentd/etc/fluent.conf Loading Loading
deploy/conf/fluent.conf +11 −14 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ </filter> <match **> @type copy <store> @type elasticsearch_dynamic @id elasticsearch-output @log_level debug Loading @@ -23,5 +21,4 @@ logstash_prefix fluentd-${tag_parts[0]} logstash_dateformat %Y%m%d flush_interval 5s </store> </match>
deploy/docker-compose.yml +2 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,8 @@ services: - ES_USER - ES_PASS networks: log-net: aliases: - fluentd elastic-net: - log-net - elastic-net configs: - source: fluent-conf target: /fluentd/etc/fluent.conf Loading