October 2019
Beginner
186 pages
5h 39m
English
Follow these steps to install Elasticsearch using the Debian package:
sudo apt-get install apt-transport-https
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-get update && sudo apt-get install elasticsearch
That's how to install Elasticsearch using the Debian package.
Read now
Unlock full access