Filebeat o/p:
##logstash as output
logstash:
# The logstash hosts
hosts:["172.16.60.32:5044"]
Logstash Conf:
input {
beats {
port => 5044
}
}
Getting the following Error in Log:
Connecting error publishing events (retrying) : dial tcp 172.16.60.32:5044:i/o time out.
Note: But filebeat is sending ip to other system in network with same configuration by changing the i/p in the filebeat yml file.
Filebeat is installed in Vmbox in a windows system. Initially from Vmbox the logstash server was not pinging but now it's pinging but still the data is not sent.
Please suggest to resolve this issue.