Blog Post

Academy News & Announcements
1 MIN READ

FAQ: Elasticsearch "cluster health: Not connected" in Chrome / "Connection refused" script error

Dan_Pryer's avatar
Dan_Pryer
Icon for Quantexa Team rankQuantexa Team
3 years ago

FAQ relevant for: all Academy versions

Sometimes on the VDIs you will encounter your Elasticsearch being disconnected which will then mean that the data isn't available for easy viewing and it will also lead to errors in your UI.

If you try to run e.g. a load Elastic ETL script while Elastic isn't connected then you will get an error, for example:

Exception in thread "main" java.net.ConnectException: Connection refused

To reconnect the Elasticsearch service you just need to run the following command anywhere in a terminal window on your VDI:

sudo systemctl restart elasticsearch.service

Published 3 years ago
Version 1.0