You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Carsten König edited this page Sep 1, 2022
·
13 revisions
Please try the following steps if you have trouble connecting to your cluster:
1. Check if you can connect to your cluster on the commandline
Try to curl your cluster directly, for example
# curl an unprotected cluster
curl -X GET "http://localhost:9200"# curl a cluster that uses ssl
curl -k -X GET "https://localhost:9200"# curl a cluster that uses authorization