I'm trying to understand which ports Logstash listens on when sending logs from FileBeat to Logstash.
In the logstash.yml we see http.port: 9600-9700 descibed as "Bind address for the metrics REST endpoint".
In the filebeat.yml we see #hosts: ["localhost:5044"] described as *The Logstash hosts".
Not clear to me what either setting means and it does not get clearer reading the docs which mirror the yml comments.