Step 1: In order for the map application to work properly you first need to establish an SSH tunneling session for connectivity with the Elasticsearch cluster running in DC/OS. This ssh tunnel will enable all local traffic on port :9200 to be redirected to the Mesos DNS value of 'spatiotemporal-store.elasticsearch.mesos' which evaluates to the Elasticsearch cluster running in DC/OS.
- sudo ssh -i ~/.ssh/azure -A -L 9200:spatiotemporal-store.elasticsearch.mesos:9200 [email protected] -p 2200
Step 2: Open a browser to the location where this project was downloaded and to the path map/index.html
Step 3: The map is empty as we have not starting writing data to the Elasticsearch cluster.