Sorry about that! Our RC1 builds weren't signed, but our GA builds are. Please go to https://www.elastic.co/guide/en/kibana/current/rpm.html and follow the instructions for "Installing from the RPM Repository." Let me know if you have any more questions.
@Vishal_Sharma1 The GA builds are available in package repositories (see the install documentation linked in a previous comment for details). The RC1 builds will never be signed, but even if they were, I'd recommend that you use the GA builds anyway. The RC1 builds are not supported and they include some critical bugs that were fixed in the GA builds.
hey Court,
the first thing i have done is to follow the official guide. The process for installing it using sudo yum install kibana, it's still giving me the same error and trying to install kibana-5.0.0-rc1-x86_64.rpm so what about it?
Regards
Vishal
Specifically, make sure it does not include -prerelease anywhere in the baseurl, but the best way would be to simply replace the entire existing block with the one from the docs, just to be sure.
Note that modifying the repo file will probably require sudo.
well as i have said earlier, i followed the official guide. My kibana repo looks like below which is exactly same as on official guide
[kibana-5.x]
name=Kibana repository for 5.x packages
baseurl=https://artifacts.elastic.co/packages/5.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
and still it tries to download the RC1.
Regards
Vishal
Then I did yum remove kibana and yum install kibana just to make sure a clean install worked like the upgrade.
Maybe you have Kibana listed in more than one repo file? I had that problem once. You could check with something like this; grep -ri kibana /etc/yum.repos.d/*
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.