diff --git a/logstash/conf.d/50-outputs.conf b/logstash/conf.d/50-outputs.conf index c2c6298..839f1d2 100644 --- a/logstash/conf.d/50-outputs.conf +++ b/logstash/conf.d/50-outputs.conf @@ -23,10 +23,6 @@ output { id => "beats" hosts => ["http://pfelk:9200"] index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}" -# manage_template => true -# template => "/etc/logstash/conf.d/templates/haproxy.json" -# template_name => "haproxy" -# template_overwrite => false } } }