Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installed elasticsearch using homebrew and cannot locate the config files

I installed elasticsearch using homebrew and I want to make some configurations to it but I can't find the folder it was installed to. I'm looking for the configuration files as state here. Using rails 3.1.1 Thanks!

like image 223
Steve Avatar asked May 18 '12 09:05

Steve


People also ask

Where is Elasticsearch config file on Mac?

Configuration. Update the elasticsearch configuration file in /usr/local/etc/elasticsearch/elasticsearch.

Where is the Elasticsearch config file?

Configuration file You can find elasticsearch. yml in /usr/share/elasticsearch/config/elasticsearch. yml (Docker) or /etc/elasticsearch/elasticsearch.


1 Answers

Just type brew info elasticsearch, it should print you all the paths.

like image 66
karmi Avatar answered Oct 09 '22 20:10

karmi