I'm trying to communicate my logstash instance with another host in a different LAN but I can't get my instance work in a different IP than the localhost: 127.0.0.1.
This is my config settings:
http.host:"172.20.25.69"
# Bind port for the metrics REST endpoint, this option also accept a range
#(9600-9700) and logstash will pick up the first available ports.
http.port: 9600-9700
but when running logstash i can't communicate with no other host because I get logstash listening on
0.0.0.0:5144 for incoming log traffic.
[INFO ] 2018-06-21 11:09:13.535 [[main]<udp] udp - UDP listener started {:address=>"0.0.0.0:5144", :receive_buffer_bytes=>"106496", :queue_size=>"2000"}
[INFO ] 2018-06-21 11:09:13.555 [Ruby-0-Thread-1: /usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/stud-0.0.23/lib/stud/task.rb:22] pipeline - Pipeline started succesfully {:pipeline_id=>"main", :thread=>"#<Thread:0x6b1ff06d@/usr/share/logstash/logstash-core/lib/logstash/pipeline.rb:246 run>"}
[INFO ] 2018-06-21 11:09:13.567 [Ruby-0-Thread-1: /usr/share/logstash/vendor/bundle/jruby/2.3.0/gems/stud-0.0.23/lib/stud/task.rb:22] agent - Pipelines running {:count=>1, :pipelines=>["main"]