I have Metricbeat installed on a new server and can't get it to output to Logstash. I can configure it to output directly to Elasticsearch. I even can get Filebeat running on the same server to output to Logstash but not metricbeat. When I change the output to logstash, the service won't start. Below is the my logstash output section. I have commented out the elasticsearch output and also tried changing localhost to the server's IP and 127.0.0.1.
output.logstash:
# The Logstash hosts
hosts: ["localhost:5044"]
