- 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
推薦閱讀
- 工業(yè)機(jī)器人虛擬仿真實(shí)例教程:KUKA.Sim Pro(全彩版)
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- SharePoint 2010開發(fā)最佳實(shí)踐
- JBoss ESB Beginner’s Guide
- 大學(xué)C/C++語言程序設(shè)計(jì)基礎(chǔ)
- SAP Business Intelligence Quick Start Guide
- 走近大數(shù)據(jù)
- Microsoft System Center Confi guration Manager
- 軟件工程及實(shí)踐
- Applied Data Visualization with R and ggplot2
- Visual C++項(xiàng)目開發(fā)案例精粹
- Bayesian Analysis with Python
- 精通LabVIEW程序設(shè)計(jì)
- Hands-On DevOps
- PostgreSQL High Performance Cookbook