書名: 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
推薦閱讀
- Oracle SOA Governance 11g Implementation
- 7天精通Dreamweaver CS5網頁設計與制作
- Hands-On Machine Learning with TensorFlow.js
- 機器自動化控制器原理與應用
- 深度學習中的圖像分類與對抗技術
- Apache Spark Deep Learning Cookbook
- Pig Design Patterns
- 控制系統計算機仿真
- Windows游戲程序設計基礎
- Ceph:Designing and Implementing Scalable Storage Systems
- Chef:Powerful Infrastructure Automation
- Dreamweaver CS6精彩網頁制作與網站建設
- Raspberry Pi 3 Projects for Java Programmers
- 輸送技術、設備與工業應用
- SolarWinds Server & Application Monitor:Deployment and Administration