it is giving connection Error not able to connect to port.
I tried doing telnet for port it did not work. can you please tell me how I can change port to 8080 for logstash and filebeat.
Logstash config file
input {
beats {
type => beats
port=>"5044"
}
}
output {
elasticsearch { hosts => ["Ipaddess:9200"] }
}
file beat config file
filebeat.inputs:
- type: log
paths:- C:/Logs/MainProgram.log
output.logstash:
hosts: ["Ipaddress:5044"]