Last active
January 19, 2021 17:44
-
-
Save roalcantara/91a1d4323c5ad2dc5f8869d03819ab1b to your computer and use it in GitHub Desktop.
Elasticsearch bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew tap elastic/tap | |
brew install elastic/tap/elasticsearch-full | |
brew services start elastic/tap/elasticsearch-full | |
brew install elastic/tap/kibana-full | |
brew services start elastic/tap/kibana-full |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment