Skip to content

Instantly share code, notes, and snippets.

@ketansp
Forked from evgeniy-trebin/brew_elasticsearch.sh
Created July 5, 2018 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ketansp/1ebf74d4fd70949c824268c7d8534e56 to your computer and use it in GitHub Desktop.
Save ketansp/1ebf74d4fd70949c824268c7d8534e56 to your computer and use it in GitHub Desktop.
How to install specific version of elasticsearch via brew
brew tap homebrew/versions
brew cask install java
brew search elasticsearch
brew install elasticsearch@2.3
brew services start elasticsearch@2.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment