mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Update advanced-pipeline.asciidoc
Minor port change, from `5043` to `5044`, to make things consistent with the beats defaults. Fixes #8771
This commit is contained in:
parent
1a2284a9e2
commit
15a5fa29b4
1 changed files with 1 additions and 1 deletions
2
docs/static/advanced-pipeline.asciidoc
vendored
2
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -45,7 +45,7 @@ filebeat.prospectors:
|
|||
paths:
|
||||
- /path/to/file/logstash-tutorial.log <1>
|
||||
output.logstash:
|
||||
hosts: ["localhost:5043"]
|
||||
hosts: ["localhost:5044"]
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
<1> Absolute path to the file or files that Filebeat processes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue