Hello,
I'm using a typical setup with Filebeat agents running on different Windows clients and Logstash and Elasticsearch setup on a separate server (Windows). I'm using the latest version 7.5.
I need to configure basic authentication from Filebeat to Logstash.
This option is available for Elasticsearch:
output.elasticsearch:
#Optional protocol and basic auth credentials.
#protocol: "https"
#username: "elastic"
#password: "changeme"
but not for Logstash. So, how do I configure basic authentication between Filebeat and Logstash in that case.
Thanks in advance,
Jy