fixed typo regarding port number for filebeat connection

Fixes #6187
This commit is contained in:
Vincent Reuter 2016-11-03 13:24:50 -07:00 committed by DeDe Morton
parent 23e3d5e8aa
commit a1d1ff7c8e

View file

@ -62,7 +62,7 @@ At the data source machine, run Filebeat with the following command:
sudo ./filebeat -e -c filebeat.yml -d "publish"
--------------------------------------------------------------------------------
Filebeat will attempt to connect on port 5403. Until Logstash starts with an active Beats plugin, there
Filebeat will attempt to connect on port 5043. Until Logstash starts with an active Beats plugin, there
wont be any answer on that port, so any messages you see regarding failure to connect on that port are normal for now.
==== Configuring Logstash for Filebeat Input
@ -788,7 +788,7 @@ At the data source machine, run Filebeat with the following command:
sudo ./filebeat -e -c filebeat.yml -d "publish"
--------------------------------------------------------------------------------
Filebeat will attempt to connect on port 5403. Until Logstash starts with an active Beats plugin, there
Filebeat will attempt to connect on port 5043. Until Logstash starts with an active Beats plugin, there
wont be any answer on that port, so any messages you see regarding failure to connect on that port are normal for now.
To verify your configuration, run the following command: