Hi all,
Is it possible to configure Filebeat to listen on a port and have Logstash connect to it, rather than the other way round?
In the configuration section of the docs, I can see Filebeat can be configured as an initiator:
output.logstash:
hosts: ["127.0.0.1:5044"]
Leaving off the port just uses the default, this suggests that Filebeat must be the initiator and Logstash the acceptor.
I am asking due to some corporate policies, the server where Filebeat is running cannot initiate outbound connectivity to our Logstash server.