Difference between revisions of "Elastic repo"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 4: | Line 4: | ||
</noinclude> | </noinclude> | ||
− | /sbin/e-smith/db yum_repositories set | + | /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' https://artifacts.elastic.co/packages/6.x/yum'] \ |
GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
GPGCheck yes \ | GPGCheck yes \ | ||
Line 12: | Line 12: | ||
Visible no \ | Visible no \ | ||
status disabled | 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/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 elastic1 repository \ | ||
+ | Name 'Elasticsearch repository for 1.6 packages' \ | ||
+ | BaseURL '[https://artifacts.elastic.co/packages/1.6/yum' https://artifacts.elastic.co/packages/6.x/yum'] \ | ||
+ | GPGKey 'https://artifacts.elastic.co/GPG-KEY-elasticsearch' \ | ||
+ | GPGCheck yes \ | ||
+ | EnableGroups yes \ | ||
+ | Visible no \ | ||
+ | status disabled | ||
+ | |||
<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 |
Revision as of 15:38, 7 February 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/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 elastic1 repository \ Name 'Elasticsearch repository for 1.6 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
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