あ、ちゃんと書いてあるやんけ
installing-logstash.html
Add the following in your /etc/yum.repos.d/ directory in a file with a .repo suffix, for example logstash.repo
[logstash-5.x] name=Elastic 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
あれ、/etc/yum.repos.d/ って、そもそも何だっけ?
拡張子が.repoですな。centOS, eple, mariadb, mysql-cocommunity, nginxなどありますね。
試しに、jenkins.repoを見てみましょう。
[jenkins] name=Jenkins baseurl=http://pkg.jenkins.io/redhat gpgcheck=1
なるほどー baseurlを指定して、ここからインストールしてるのかな。
yum instrallとRPMについて、少し理解が深まりました^^