- Kibana 7 Quick Start Guide
- Anurag Srivastava
- 80字
- 2021-07-02 13:55:40
Installation using the tar file
Follow the steps to install using the tar file:
- First, we need to download the latest Elasticsearch tar, as shown in the following code block:
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.x.tar.gz
- Then, extract it using the following command:
tar -xvf elasticsearch-6.x.tar.gz
- After extracting it, we have a bunch of files and folders. Move to the bin directory by executing the following command:
cd elasticsearch-6.x/bin
- After moving to the bin directory, run Elasticsearch using the following command:
./elasticsearch
推薦閱讀
- LabVIEW虛擬儀器從入門到測控應用130例
- Machine Learning for Cybersecurity Cookbook
- 大數據專業英語
- Effective DevOps with AWS
- 計算機網絡應用基礎
- ROS機器人編程與SLAM算法解析指南
- Security Automation with Ansible 2
- 系統安裝與重裝
- 傳感器與新聞
- 格蠹匯編
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- Creating ELearning Games with Unity
- 微機組裝與維護教程
- Hands-On Agile Software Development with JIRA
- 工業機器人基礎