- 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
推薦閱讀
- 虛擬儀器設計測控應用典型實例
- R Machine Learning By Example
- VMware Performance and Capacity Management(Second Edition)
- 傳感器與物聯網技術
- Python:Data Analytics and Visualization
- 計算機組網技術
- Linux嵌入式系統開發
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- 奇點將至
- Learning Linux Shell Scripting
- 單片機技術項目化原理與實訓
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- 計算機硬件技術基礎(第2版)
- PostgreSQL 10 High Performance
- ARM體系結構與編程