Commit a4f42aea authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Unifica services en mismo índice, elimina dinámico

parent cfb4cdb9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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