Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Last active February 8, 2017 16:26
Show Gist options
  • Save wrburgess/97034d56fc0439afa91628daf4fda02f to your computer and use it in GitHub Desktop.
Save wrburgess/97034d56fc0439afa91628daf4fda02f to your computer and use it in GitHub Desktop.
Elasticsearch broken from brew

Something does not look right here, we do not use the cluster name as part of the data path anymore. Please remove Elasticsearch:

$ brew remove elasticsearch
$ rm -rf /usr/local/var/elasticsearch
$ rm -rf /usr/local/etc/elasticsearch
and start again:

$ brew install elasticsearch

Lastly, since this looks like an environment problem, I'm going to close this issue. We reserve GitHub for verified bug reports and feature requests. If you have additional questions, please open a topic on the forum.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment