diff --git a/etc/logstash-standalone.yaml b/etc/logstash-standalone.yaml index b5ab679b1..0e59837da 100644 --- a/etc/logstash-standalone.yaml +++ b/etc/logstash-standalone.yaml @@ -38,7 +38,7 @@ filters: timestamp: "%d/%b/%Y:%H:%M:%S %Z" outputs: - stdout:/// -#- elasticsearch://localhost:9200/logs/all +- elasticsearch://localhost:9200/logs/all # But we could write to mongodb, too. # - mongodb://localhost/parsedlogs # And also write to an AMQP topic