- 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
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 我的J2EE成功之路
- Go Machine Learning Projects
- 空間傳感器網絡復雜區域智能監測技術
- INSTANT Varnish Cache How-to
- Pig Design Patterns
- Ceph:Designing and Implementing Scalable Storage Systems
- 傳感器與新聞
- 深度學習與目標檢測
- Extending Ansible
- Visual Studio 2010 (C#) Windows數據庫項目開發
- AMK伺服控制系統原理及應用
- Apache Spark Quick Start Guide
- 菜鳥起飛電腦組裝·維護與故障排查
- Access 2007數據庫入門與實例應用金典