mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
23e3d5e8aa
commit
a1d1ff7c8e
1 changed files with 2 additions and 2 deletions
4
docs/static/advanced-pipeline.asciidoc
vendored
4
docs/static/advanced-pipeline.asciidoc
vendored
|
@ -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
|
||||
won’t 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
|
||||
won’t 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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue