- 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
推薦閱讀
- Verilog HDL數字系統設計入門與應用實例
- 數據庫原理與應用技術學習指導
- Visual C# 2008開發技術實例詳解
- 計算機網絡應用基礎
- Implementing AWS:Design,Build,and Manage your Infrastructure
- INSTANT Drools Starter
- TensorFlow Reinforcement Learning Quick Start Guide
- Linux嵌入式系統開發
- Spatial Analytics with ArcGIS
- Visual Studio 2010 (C#) Windows數據庫項目開發
- Mastering Text Mining with R
- 未來學徒:讀懂人工智能飛馳時代
- 漢字錄入技能訓練
- 自適應學習:人工智能時代的教育革命
- 網頁設計與制作