Difference between revisions of "Elastic repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
</noinclude> | </noinclude> | ||
− | /sbin/e-smith/db yum_repositories set elastic repository \ | + | /sbin/e-smith/db yum_repositories set elastic6 repository \ |
− | Name 'Elasticsearch repository for | + | Name 'Elasticsearch repository for 6.x packages' \ |
− | BaseURL 'https://artifacts.elastic.co/packages/ | + | BaseURL 'https://artifacts.elastic.co/packages/6.x/yum' \ |
+ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
+ | GPGCheck yes \ | ||
+ | EnableGroups yes \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | |||
+ | /sbin/e-smith/db yum_repositories set elastic5 repository \ | ||
+ | Name 'Elasticsearch repository for 5.x packages' \ | ||
+ | BaseURL '[https://artifacts.elastic.co/packages/5.x/yum' https://artifacts.elastic.co/packages/5.x/yum'] \ | ||
+ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
+ | GPGCheck yes \ | ||
+ | EnableGroups yes \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | |||
+ | /sbin/e-smith/db yum_repositories set elastic2 repository \ | ||
+ | Name 'Elasticsearch repository for 2.x packages' \ | ||
+ | BaseURL 'https://packages.elastic.co/elasticsearch/2.x/centos' \ | ||
+ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
+ | GPGCheck yes \ | ||
+ | EnableGroups yes \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | |||
+ | /sbin/e-smith/db yum_repositories set elastic1 repository \ | ||
+ | Name 'Elasticsearch repository for 1.6 packages' \ | ||
+ | BaseURL '[https://artifacts.elastic.co/packages/1.6/yum' https://artifacts.elastic.co/packages/1.6/yum'] \ | ||
GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
GPGCheck yes \ | GPGCheck yes \ | ||
Line 14: | Line 41: | ||
<noinclude> | <noinclude> | ||
+ | |||
After adding it to the database updating the configuration file is required: | After adding it to the database updating the configuration file is required: | ||
signal-event yum-modify | signal-event yum-modify |
Latest revision as of 18:34, 13 August 2018
Below you find the installation command for the Elastic repo repository which can be entered on the SME Server shell.
/sbin/e-smith/db yum_repositories set elastic6 repository \ Name 'Elasticsearch repository for 6.x packages' \ BaseURL 'https://artifacts.elastic.co/packages/6.x/yum' \ GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ GPGCheck yes \ EnableGroups yes \ Visible no \ status disabled
/sbin/e-smith/db yum_repositories set elastic5 repository \ Name 'Elasticsearch repository for 5.x packages' \ BaseURL 'https://artifacts.elastic.co/packages/5.x/yum' \ GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ GPGCheck yes \ EnableGroups yes \ Visible no \ status disabled
/sbin/e-smith/db yum_repositories set elastic2 repository \ Name 'Elasticsearch repository for 2.x packages' \ BaseURL 'https://packages.elastic.co/elasticsearch/2.x/centos' \ GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ GPGCheck yes \ EnableGroups yes \ Visible no \ status disabled
/sbin/e-smith/db yum_repositories set elastic1 repository \ Name 'Elasticsearch repository for 1.6 packages' \ BaseURL 'https://artifacts.elastic.co/packages/1.6/yum' \ GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ GPGCheck yes \ EnableGroups yes \ Visible no \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
source: https://artifacts.elastic.co/GPG-KEY-elasticsearch
source: https://www.elastic.co/guide/en/elasticsearch/reference/current/rpm.html