Elasticsearch curator installation amazon linux ami

Trying to install curator on amazon linux ami using RHEL7 yum repo and it fails with below error.
Can you please help me to install it. And is RHEL7 the right repo?

yum install elasticsearch-curator
Loaded plugins: priorities, update-motd, upgrade-helper
Resolving Dependencies
--> Running transaction check
---> Package elasticsearch-curator.x86_64 0:5.5.1-1 will be installed
--> Processing Dependency: openssl-libs >= 1:1.0.2k-8.el7 for package: elasticsearch-curator-5.5.1-1.x86_64
--> Finished Dependency Resolution
Error: Package: elasticsearch-curator-5.5.1-1.x86_64 (curator-5)
Requires: openssl-libs >= 1:1.0.2k-8.el7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

i tried skip-broken switch as well with no luck.

yum install elasticsearch-curator --skip-broken
Loaded plugins: priorities, update-motd, upgrade-helper
Resolving Dependencies
--> Running transaction check
---> Package elasticsearch-curator.x86_64 0:5.5.1-1 will be installed
--> Processing Dependency: openssl-libs >= 1:1.0.2k-8.el7 for package: elasticsearch-curator-5.5.1-1.x86_64
curator-5/filelists | 58 kB 00:00:00

Packages skipped because of dependency problems:
elasticsearch-curator-5.5.1-1.x86_64 from curator-5

If there is no openssl-libs RPM for Amazon Linux AMI, then you'll have to install via pip. The pre-compiled RPMs depend on that RPM being installed.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.