mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -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:
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue