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: fields:
type: syslog type: syslog
output: output:
elasticsearch: logstash:
enabled: true hosts: ["localhost:5043"]
hosts: ["http://localhost:5043"]
tls: tls:
certificate: /path/to/ssl-certificate.crt <2> certificate: /path/to/ssl-certificate.crt <2>
certificate_key: /path/to/ssl-certificate.key certificate_key: /path/to/ssl-certificate.key