October 2019
Beginner
186 pages
5h 39m
English
Install the rpm package manually using the following steps.
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-x86_64.rpm
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1-x86_64.rpm.sha512 shasum -a 512 -c elasticsearch-7.1.1-x86_64.rpm.sha512
sudo rpm --install elasticsearch-7.1.1-x86_64.rpm
This way we can install the rpm package manually. After installing Elasticsearch, ...
Read now
Unlock full access