- 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
推薦閱讀
- PPT,要你好看
- 蕩胸生層云:C語言開發(fā)修行實錄
- TIBCO Spotfire:A Comprehensive Primer(Second Edition)
- Hands-On Machine Learning with TensorFlow.js
- 工業(yè)機(jī)器人現(xiàn)場編程(FANUC)
- 新編計算機(jī)圖形學(xué)
- 大數(shù)據(jù)技術(shù)基礎(chǔ):基于Hadoop與Spark
- 嵌入式GUI開發(fā)設(shè)計
- Mastering Exploratory Analysis with pandas
- PyTorch深度學(xué)習(xí)
- 特征工程入門與實踐
- 人工智能基礎(chǔ)
- 這樣用Word!
- Deep Learning with PyTorch Quick Start Guide
- Building Impressive Presentations with Impress.js