I downloaded elasticsearch-5.6.3 the other day and added it to a rails project. On this project I added full-text search.
Today I wanted to get the elasticsearch-head plugin but plugins aren't supported in this version so I git cloned git://github.com/mobz/elasticsearch-head.git and then opened index.html in my browser.
The top of my page says cluster health: not connected
.
I edited the elasticsearch.yml to uncomment and give names to both cluster.name and node.name. I can verify these were set at http://localhost:9200/.
What step am I missing to connect my cluster?