Use the correct output for logstash in the filebeat example

Fix #4792

Fixes #4798
This commit is contained in:
Pier-Hugues Pellerin 2016-03-11 11:15:54 -05:00
parent 05b58d43f7
commit b4c6359ba4

View file

@ -403,9 +403,8 @@ filebeat:
fields:
type: syslog
output:
elasticsearch:
enabled: true
hosts: ["http://localhost:5043"]
logstash:
hosts: ["localhost:5043"]
tls:
certificate: /path/to/ssl-certificate.crt <2>
certificate_key: /path/to/ssl-certificate.key