port in config is different than used in text below

Fixes #8866
This commit is contained in:
Alex Milewski 2017-12-20 17:22:35 +05:00 committed by João Duarte
parent 3d90908688
commit 469b429703

View file

@ -45,7 +45,7 @@ filebeat.prospectors:
paths:
- /path/to/file/logstash-tutorial.log <1>
output.logstash:
hosts: ["localhost:5044"]
hosts: ["localhost:5043"]
--------------------------------------------------------------------------------
<1> Absolute path to the file or files that Filebeat processes.