"Elasticsearch Unreachable: [http://localhost:9200/][Manticore::ClientProtocolException] localhost:9200 failed to respond"}

That 401 means authentication error

You need to put the user name and password in too.

user => elastic
password => <yourpassword>

1 Like