書名: Mastering Kibana 6.x作者名: Anurag Srivastava本章字數: 63字更新時間: 2021-07-16 18:20:08
Using yum package repositories
Download and install the public signing key:
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
Add the following in your /etc/yum.repos.d/ directory in a file with a .repo suffix (for example, logstash.repo):
[logstash-6.x]
name=Elastic repository for 6.x packages
baseurl=https://artifacts.elastic.co/packages/6.x/yum
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
enabled=1
autorefresh=1
type=rpm-md
Your repository is now ready for use. You can install it using the following code:
sudo yum install logstash