Commit 57302ecb authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Omite alias de red y plugin de salida innecesarios

parent 3ecb7afd
Loading
Loading
Loading
Loading
+11 −14
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@
</filter>

<match **>
	@type copy
	<store>
	@type elasticsearch_dynamic
	@id elasticsearch-output
	@log_level debug
@@ -23,5 +21,4 @@
	logstash_prefix fluentd-${tag_parts[0]}
	logstash_dateformat %Y%m%d
	flush_interval 5s
	</store>
</match>
+2 −4
Original line number Diff line number Diff line
@@ -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