YUM repository
editYUM repository
editWe use the PGP key D88E42B4, Elastic’s Signing Key, with fingerprint
4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4
to sign all our packages. It is available from http://pgp.mit.edu.
Signing Key
editDownload and install the public signing key:
rpm --import https://packages.elastic.co/GPG-KEY-elasticsearch
Direct Package Download Link
editRepository Configuration
editAdd the following in your /etc/yum.repos.d/
directory in a file with a .repo
suffix, for example curator.repo
The repositories are different for CentOS/RHEL 6 and 7 due to library and path differences. Be sure to use the correct version for your system!
RHEL/CentOS 6:
[curator-4] name=CentOS/RHEL 6 repository for Elasticsearch Curator 4.x packages baseurl=http://packages.elastic.co/curator/4/centos/6 gpgcheck=1 gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch enabled=1
RHEL/CentOS 7:
[curator-4] name=CentOS/RHEL 7 repository for Elasticsearch Curator 4.x packages baseurl=http://packages.elastic.co/curator/4/centos/7 gpgcheck=1 gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch enabled=1
Binary Package Installation
editStarting with version 4.1.2, Curator comes with a binary version. What this
really means is that the source is compiled, and all required libraries are
bundled with the curator
binary, so there are no conflicts.
There are separate binary packages for RedHat variants. The binary packages resulting from the creation process have been tested on CentOS 6 & 7, with a different binary for each. They may work on similar variants and/or derivatives, but they have not been tested.
yum install elasticsearch-curator
This will install the necessary files into /opt/elasticsearch-curator
and
make a symlink at /usr/bin/curator
that points to the curator
binary in the
aforementioned directory.
The elasticsearch-curator
binary package cannot coexist with the older
python-elasticsearch-curator
packages. This collision is explicitly defined
in packages since 4.1.2, but not in previous packages. If it is installed, you
must uninstall the python-elasticsearch-curator
package before installing
the elasticsearch-curator
binary package.