I was trying to install logstash on a linux server usinf the command
yum install logstash-2.2.2-1.noarch.rpm
and i get the following error
Loaded plugins: product-id, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Examining logstash-2.2.2-1.noarch.rpm: 1:logstash-2.2.2-1.noarch
logstash-2.2.2-1.noarch.rpm: does not update installed package.
Error: Nothing to do
On linux machines we use yum [command line tool] to install rpm's, when we issue "yum install "
which will basically look for /etc/yum.conf and /etc/yum.repos.d/<>.repo files to fetch yours intended for installation.
So, on your machine with present yum configuration it is unable to fetch/find logstash-2.2.2-1.noarch.rpm
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.