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:
markwalkom 2017-11-30 14:03:47 +11:00 committed by Jordan Sissel
parent 1a2284a9e2
commit 15a5fa29b4

View file

@ -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.