72695/how-to-install-elasticsearch-tool-in-linux-system
Hi Guys,
I want to learn about the ElasticSearch tool. But I am not able to find any tutorial that shows the installation part clearly. Can anyone help me to install ElasticSearch in my system?
Hi@akhtar,
You can follow the below-given steps to install ElasticSearch in your system.
Check the version of java installed on your computer. It should be java 7 or higher.
Download ElasticSearch software from the below link.
https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.7.1-linux-x86_64.tar.gz
Unpack the tar file.
$ tar -xzf elasticsearch-7.0.0-linux-x86_64.tar.gz
Go to the elasticsearch-7.0.0-linux-x86_64/bin folder and start the service.
$ ./elasticsearch
You can browse your elasticsearch WebUI using the below URL.
$ localhost:9200
Hi@akhtar, You can use elasticsearch plugin to integrate ...READ MORE
Hi@akhtar, You can change the hostname of your ...READ MORE
Hi@akhtar, The version of Kibana (v7.8.0) is incompatible ...READ MORE
Hi@akhtar, You need to set permission for elasticsearch ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can follow the below-given steps to ...READ MORE
Step 1: Pull images of elastic search ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.