August 2017
Intermediate to advanced
278 pages
8h 53m
English
To install Elastic, simply download the appropriate .deb or .rpm package for your particular instance. For the example, I'll use Ubuntu 16.04. First, we'll need to install Java version 8 (required for Elastic 5.x):
apt install openjdk-8-jre
Next, we'll download the latest Elastic package and install it:
wget https://download.elastic.co/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/5.0.0-alpha4/elasticsearch-5.0.0-alpha4.deb
dpkg -i elasticsearch-5.0.0-alpha4.deb
While Elasticsearch can become quite a complex system as you start to use it heavily, the good ...
Read now
Unlock full access