- Mastering Kibana 6.x
- Anurag Srivastava
- 72字
- 2021-07-16 18:20:07
Installing Elasticsearch using a TAR file
First, we will download Elasticsearch 6.1.3.tar, as shown in the following code block:
curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.1.3.tar.gz
Then, extract it as follows:
tar -xvf elasticsearch-6.1.3.tar.gz
You will then see that a bunch of files and folders have been created. We can now proceed to the bin directory, as follows:
cd elasticsearch-6.1.3/bin
We are now ready to start our node and a single cluster:
./elasticsearch
推薦閱讀
- 基于C語言的程序設計
- 電力自動化實用技術問答
- Drupal 7 Multilingual Sites
- 精通Windows Vista必讀
- ROS機器人編程與SLAM算法解析指南
- 計算機圖形圖像處理:Photoshop CS3
- Hands-On Linux for Architects
- 樂高創意機器人教程(中級 下冊 10~16歲) (青少年iCAN+創新創意實踐指導叢書)
- 大數據驅動的設備健康預測及維護決策優化
- Visual C++項目開發案例精粹
- 網絡脆弱性掃描產品原理及應用
- Linux Shell Scripting Cookbook(Third Edition)
- 案例解說Delphi典型控制應用
- Moodle 2.0 Course Conversion(Second Edition)
- 軟件測試設計