Skip to content

Instantly share code, notes, and snippets.

@evgeniy-trebin
Last active September 21, 2022 22:39
Show Gist options
  • Save evgeniy-trebin/02fafdf03c18df4e03a4eaee1b939f11 to your computer and use it in GitHub Desktop.
Save evgeniy-trebin/02fafdf03c18df4e03a4eaee1b939f11 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
@AddisonDunn
Copy link

This worked well for me, thanks @xofred!

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