hello
I have the following config for my network :
Winlogbeats =======>Logstash====> Redis=====>logstash ======>Client node======> Cluster of elasticsearch
now I want to create cluster for my Logstash inputs and redis and I need to config this part of winlogbeat from the follow :
output.logstash:
hosts: ["127.0.0.1:5044"]
to
output.logstash:
hosts: ["DNS address ex: domainname.com "]
please help me in this parts
thanks