ElasticSearch Development Server¶
A development server is available to use Elasticsearch without having to install it locally, which can cause various issues.
Server URL¶
Use this URL in your application:
Access¶
SSH Access¶
Contact Sylvester or Rutger for SSH access.
IP Whitelist¶
Since Elasticsearch (v7.10) has no authentication by default, a whitelist firewall is active based on IP address level.
Current whitelist as configured in DigitalOcean:

Troubleshooting¶
Test your connection with:
The response should look something like this:
{
"name" : "dev-elasticsearch",
"cluster_name" : "dev-elasticsearch-lemone",
"cluster_uuid" : "GmghZXKjS_KyBA8AFRCPEw",
"version" : {
"number" : "7.10.2",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "747e1cc71def077253878a59143c1f785afa92b9",
"build_date" : "2021-01-13T00:42:12.435326Z",
"build_snapshot" : false,
"lucene_version" : "8.7.0",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}