Troubles with elastic queries from non-cluster hosts #14142
Replies: 1 comment
-
Verify iptables for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I am trying to query elasticsearch from non-cluster host via cli and curl just gives me timeout after a fewl seconds. I've already added my host's IP-address to searchnodes in settings. Manager node is accessible from my host.
What could it be?
Query:
curl -v -k -u 'so_elastic:password' --request GET --url 'https://manager-node-ip:9200/_cluster/health?pretty' --header 'kbn-xsrf: true' --header 'Content-Type: application/json'
Error:
Trying /manager-node-ip:9200... connect to manager-node-ip port 9200 failed: Connection timed out Failed to connect to manager-node-ip port 9200: Connection timed out Closing connection 0
Beta Was this translation helpful? Give feedback.
All reactions