October 2019
Beginner
186 pages
5h 39m
English
We need to do the following to install Elasticsearch using the rpm package:
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
[elasticsearch-7.x] name=Elasticsearch repository for 7.x packages baseurl=https://artifacts.elastic.co/packages/7.x/yum gpgcheck=1 gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch enabled=1 autorefresh=1 type=rpm-md
After adding the preceding code, ...
Read now
Unlock full access