Hi All,
Good morning.
I have installed logtash 7.4.1-1 , my service starts, no error messages in the logs, but I am not able to telnet to the IP with port 5044
when I did a "netstat -anp | grep 5044" it shows
netstat -anp | grep 5044
tcp6 0 0 :::5044 :::* LISTEN 31782/java
From the above, I think it is not binded to IP4, I am pasting my "/etc/logstash/logstash.yml" and "/etc/logstash/conf.d/logstash.conf" here
cat /etc/logstash/logstash.yml | grep host
http.host: "192.168.3.191"
cat /etc/logstash/conf.d/logstash.conf
input {
beats {
port => 5044
}
}output {
elasticsearch {
hosts => ["http://192.168.3.191:9200"]
index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
}
}
I think, in "/etc/logstash/conf.d/logstash.conf" there may be something to be done, Advice requested on the what I need to do with the conf files.
Thanks
Joseph John
Kibana version:
7.4.1
Elasticsearch version:
7.4.1
APM Server version:
7.4.1
**filebeat version **
7.4.1
APM Agent language and version:
NA
Logstash version
7.4.1-1