Kibana version: 7.4.1 Elasticsearch version: 7.4.1
**filebeat version ** 7.4.1 APM Agent language and version: NA Logstash version 7.4.1-1
From my clients, I can telnet to the port 5044 of the elasticsearch server
telnet 192.168.3.191 5044
Trying 192.168.3.191...
Connected to 192.168.3.191.
Escape character is '^]'.
ie logstash port is open, now from the client machine when I run filebeat I am getting the following error
|019-10-30T11:51:36.757+0400|ERROR|elasticsearch/elasticsearch.go:260|Error connecting to Elasticsearch at http://192.168.3.191:5044: Get http://192.168.3.191:5044: read tcp 10.212.135.200:55782->192.168.3.191:5044: read: connection reset by peer|
|2019-10-30T11:51:36.757+0400|ERROR|fileset/factory.go:131|Error loading pipeline: Error creating Elasticsearch client: Couldn't connect to any of the configured Elasticsearch hosts. Errors: [Error connection to Elasticsearch http://192.168.3.191:5044: Get http://192.168.3.191:5044: read tcp 10.212.135.200:55782->192.168.3.191:5044: read: connection reset by peer]|
|2019-10-30T11:51:36.786+0400|ERROR|elasticsearch/elasticsearch.go:260|Error connecting to Elasticsearch at http://192.168.3.191:5044: Get http://192.168.3.191:5044: read tcp 10.212.135.200:55784->192.168.3.191:5044: read: connection reset by peer|
When I observer this message, I could see an " 10.212.135.200", why this IP is refered, I am doing the setup in my LAN enviornment, and I do not have a public IP address and how this 10.212.135.200 us coming in my log files
Advise requested to know why this IP occurrence and why my filebeat is not able to communicate to the logstash server (logstash server uou can telnet to port 5044)
Based on the errors you have shared it seems that Filebeat is trying to Elasticsearch not Logstash. I assume you accidentally configured the ES output. But it is difficult to say anything without a configuration. Could you please share your configuration and format it using </>?
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.