I am running in V5.0.1
It looks like my logstash having errors and exceptions when booting.
Below the link to log:
https://gist.github.com/ssasporta/4da3e467a5d95381f14476b204a923af
Thanks
Sharon.
I am running in V5.0.1
It looks like my logstash having errors and exceptions when booting.
Below the link to log:
https://gist.github.com/ssasporta/4da3e467a5d95381f14476b204a923af
Thanks
Sharon.
Seems that your port 5000 is already in use. Try changing it from 5000 to 5044 or another free port. Also check that other logstash instances are not running already and have been closed properly (using ps).
I see it is also mentioned in the log the filebeat, on which I have issues to start it too. It looks like the problems are connected.
Am I right?
So then I need also to change in the filebeat.yml the port, to 5044 too, right?
output.logstash:
#hosts: ["localhost:5000"]
hosts: ["0.0.0.0:5000"]
The Logstash is OK now, but still having issue with starting the filebeat.
take a look at your Filebeat log (usually in /var/log/filebeat/filebeat) to see what is wrong. maybe restart the service
There were issues in the yml file.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.