Skip to content

Debugging connection issues

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

Clone this wiki locally