Hi The team, I am getting error and tried many ways but dont know how to resolve below error.
In one of the previous blogs I found the logstash and elasticsearch should be on different VM, what if I want all on one one ubuntu machine.please help asap.
Failed to connect: Get http://localhost:5044: dial tcp 127.0.0.1:5044: getsockopt: connection refused
Can you scrub and post the network.host: section of your elasticsearch.yaml config? If this has been modified it may not be setup to answer on localhost.
Multiple things could cause this. Since that did not seem to work the next step is to look at the elasticsearch.yml config file. You can DM it to me if you prefer but I can not go any further without taking a look at the config.
Hi Magnusbaeck ,thanks for joining conversation.It comes in /valor/log/filebeat where filebeat.1 filebeat.2 such files are generated .in those files it shows error
5044: getsockopt: connection refused
If anything need to do for open this port on ubuntu ,any commands required
I have defined this port in /etc/Logsatsh/conf.d/beats-input.conf
Well, "connection refused" means that there was nobody listening on that port on that interface, or that a firewall is blocking the access. Double-check port numbers, use netstat to check which ports are being listened to, and verify the firewall status.
Hi Magnus,
How can I use port 8080 if it is open.The port gets active when I start tomcat lets say I want to start 8080 without using tomcat .what is the command.
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.