mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Use the correct output for logstash in the filebeat example
Fix #4792 Fixes #4798
This commit is contained in:
parent
05b58d43f7
commit
b4c6359ba4
1 changed files with 2 additions and 3 deletions
5
docs/static/advanced-pipeline.asciidoc
vendored
5
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue