Learn how to connect ElasticDoctor to your Elasticsearch cluster across all supported versions
ElasticDoctor always connects to your Elasticsearch cluster without SSL certificate verification. This means SSL certificates are not validated during connection, allowing connections to clusters with self-signed certificates or custom certificate authorities.
Fully Supported
Fully Supported
Fully Supported
Fully Supported
Fully Supported
Auto-Detection
ElasticDoctor automatically detects your Elasticsearch version and uses the appropriate client library for optimal compatibility.
Connect to your Elasticsearch cluster using HTTP protocol (recommended for development).
Host: http://localhost:9200
Port: 9200
Protocol: HTTP
Secure connection using HTTPS protocol. SSL certificate verification is disabled by default.
Host: https://your-cluster.com:9200
Port: 9200
Protocol: HTTPS
Verify SSL: false (always disabled)
Connect to managed Elasticsearch services from major cloud providers.
Use your AWS domain endpoint with IAM authentication
Connect using your cloud deployment URL
Use GCP Elasticsearch service endpoint
Basic authentication using username and password credentials.
Security Note
Only read-only permissions are required. ElasticDoctor never modifies your cluster.
Enhanced security using Elasticsearch API keys (recommended for production).
Recommended
API keys provide fine-grained access control and can be easily revoked.
CA certificates are not required since ElasticDoctor always connects without SSL certificate verification.
Certificate upload is disabled as SSL verification is not performed
Before running a full diagnosis, ElasticDoctor tests your connection to ensure everything is configured correctly.
Verifies that ElasticDoctor can reach your cluster
Confirms that your credentials are valid
Automatically detects your Elasticsearch version
Ensures read access to necessary cluster information
Unable to connect to the Elasticsearch cluster.
Invalid credentials or insufficient permissions.
Issues with SSL/TLS certificate validation.
Our support team can help you troubleshoot connection problems and get you up and running quickly.