- Practical Real-time Data Processing and Analytics
- Shilpi Saxena Saurabh Gupta
- 46字
- 2025-04-04 18:19:00
Setting up Elasticsearch
Execute the following steps to set up Elasticsearch:
- Download the Elasticsearch setup file using the following command:
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-
5.2.2.tar.gz
- Extract elasticsearch-5.2.2.tar.gz using the following command:
tar -xzf elasticsearch-5.2.2.tar.gz
- Go to the elasticsearch-5.2.2 directory:
cd elasticsearch-5.2.2/
- Start Elasticsearch using the given command:
./bin/elasticsearch