mobz / elasticsearch-head

A web front end for an elastic search cluster
http://mobz.github.io/elasticsearch-head/
Other
9.41k stars 2.02k forks source link

"cluster health: not connected" after closing an index #403

Open jmreymond opened 5 years ago

jmreymond commented 5 years ago

Hi, I have head running with ELK 5.5 and it works like a charm. When I close an index (with POST command or with HEAD), I have the message "cluster health: not connected" and no vision of my cluster. If I reopen the index (with POST command in kibana), cluster health is green and all is OK. I can reproduce the issue on the 6 head running in my environment. Regards

philipskokoh commented 5 years ago

Hmm.. this is weird. Any error messages in your browser console? I tested on my machine using ES 6.3, and I could not replicate the issue.