- Mastering Kibana 6.x
- Anurag Srivastava
- 82字
- 2021-07-16 18:20:08
Using apt package repositories
Download and install the public signing key:
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
You may need to install the apt-transport-https package on Debian before proceeding, as follows:
sudo apt-get install apt-transport-https
Save the repository definition to /etc/apt/sources.list.d/elastic-6.x.list, as follows:
echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
Run sudo apt-get update and the repository will be ready for use. You can install it using the following code:
sudo apt-get update && sudo apt-get install logstash
推薦閱讀
- 大數(shù)據(jù)管理系統(tǒng)
- 面向STEM的mBlock智能機器人創(chuàng)新課程
- 平面設計初步
- 永磁同步電動機變頻調(diào)速系統(tǒng)及其控制(第2版)
- Visual C++編程全能詞典
- Storm應用實踐:實時事務處理之策略
- 工業(yè)機器人安裝與調(diào)試
- 激光選區(qū)熔化3D打印技術
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·智能制造裝備
- 奇點將至
- Cloud Security Automation
- LMMS:A Complete Guide to Dance Music Production Beginner's Guide
- 嵌入式Linux系統(tǒng)實用開發(fā)
- 簡明學中文版Flash動畫制作
- 項目實踐精解:C#核心技術應用開發(fā)