How to install elasticsearch in ubuntu?

by monroe.bahringer , in category: Installation & Upgrades , 10 months ago

How to install elasticsearch in ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by margarett , 10 months ago

@monroe.bahringer You can run the following commands below to install Elasticsearch In Ubuntu:


1
2
3
4
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