June 2017
Beginner to intermediate
404 pages
8h 22m
English
For a Debian-based operating system, such as Ubuntu, you can download the Debian package directly from the Elasticsearch website using the following link:
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.1.2.deb
After you download the package, you can install Elasticsearch using the following command:
sudo dpkg -i elasticsearch-5.1.2.deb
When using the Debian package, Elasticsearch will be installed as a service. You can start and stop Elasticsearch using a service command as shown in the following Starting and Stopping Elasticsearch section.
Read now
Unlock full access