Configure Filebeat, on the installation location, to permit Log Server to redirect logs to a specific logstash instance, by performing the following steps:
Open the %MDM_installation%/filebeat/filebeat.yml file.
Change output.logstash: > hosts with the location of your Log Server:
output.logstash:
# The Logstash hosts
hosts: ["logserver_ip:5044"]
#hosts: ["localhost:5044"]
Restart the Filebeat service.
For more information on configuring Talend components with Filebeat, see the following Talend Community Knowledge Base (KB) articles: