Deploys elasticsearch cluster to local docker swarm.
EVENTS_APP_USER - admin user name EVENTS_APP_PASSWORD - admin user password
./swarm-start.sh
Docker swarm Visualiser is accessible on http://localhost:8000/.
./swarm-deploy.sh
The elasticsearch service will now be listening on http://localhost:9200/.
A web front end for an elasticsearch cluster elasticsearch-head, is available on http://localhost:9200/_plugin/head/.
./swarm-add-node.sh
Another node will be added to the cluster. Elasticsearch is deployed as a global service and will be automatically deployed on the new node.
./swarm-stop.sh