Hi,
I tried to install Elasticsearch / Kibana / Beats on Amazon Linux by yum command following the document.
https://www.elastic.co/guide/en/beats/libbeat/master/setup-repositories.html
But I could not finish yum command with this error message.
Package packetbeat-5.0.0-beta1-x86_64.rpm is not signed
When I modified the .repo file changing gpgcheck from 1 to 0, I could finish installing.
installation detail is as follows.
$ sudo yum install packetbeat -y
Loaded plugins: priorities, update-motd, upgrade-helper
amzn-main/latest | 2.1 kB 00:00
amzn-updates/latest | 2.3 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package packetbeat.x86_64 0:5.0.0_beta1-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
packetbeat x86_64 5.0.0_beta1-1 elastic-5.x 9.2 M
Transaction Summary
================================================================================
Install 1 Package
Total size: 9.2 M
Installed size: 31 M
Downloading packages:
Package packetbeat-5.0.0-beta1-x86_64.rpm is not signed
I tried with Elasticsearch, Kibana, Metricbeat and the results are same. Are the .rpm files wrong?