- Mastering Kibana 6.x
- Anurag Srivastava
- 115字
- 2021-07-16 18:20:08
Installing Kibana using rpm
Download and install the public signing key, as follows:
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
Create a file named kibana.repo in the /etc/yum.repos.d/ directory for Red Hat-based distributions, or in the /etc/zypp/repos.d/ directory for openSUSE-based distributions, containing the following code:
[kibana-6.x]
name=Kibana 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 now install Kibana with one of the following commands:
- You can use yum on CentOS and older Red Hat-based distributions:
sudo yum install kibana
- You can use dnf on Fedora and other newer Red Hat distributions:
sudo dnf install kibana
- You can use zypper on openSUSE-based distributions:
sudo zypper install kibana
推薦閱讀
- 人工免疫算法改進及其應用
- JSF2和RichFaces4使用指南
- Moodle Course Design Best Practices
- Machine Learning with Apache Spark Quick Start Guide
- 在實戰中成長:Windows Forms開發之路
- 人工智能:語言智能處理
- 基于Proteus的單片機應用技術
- Mastering OpenStack(Second Edition)
- 工業機器人集成應用
- PostgreSQL 10 High Performance
- 從祖先到算法:加速進化的人類文化
- Mastercam X5應用技能基本功特訓
- 深度學習之模型優化:核心算法與案例實踐
- Microsoft 365 Mobility and Security:Exam Guide MS-101
- 單片機原理、接口及應用系統設計