Created
March 25, 2022 03:03
-
-
Save stevehenderson/957af744fe3497da0361f784fb23eb0c to your computer and use it in GitHub Desktop.
Install Elasticsearch Ubuntu 20
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
curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - | |
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list | |
sudo apt update | |
sudo apt install elasticsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment