How to install Elasticsearch tool in Linux System

0 votes

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?

Jun 19, 2020 in ELK Stack by akhtar
• 38,230 points
756 views

1 answer to this question.

0 votes

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
answered Jun 19, 2020 by MD
• 95,440 points

Related Questions In ELK Stack

0 votes
1 answer

How to integrate Logstash with ElasticSearch?

Hi@akhtar, You can use elasticsearch plugin to integrate ...READ MORE

answered Jun 19, 2020 in ELK Stack by MD
• 95,440 points
909 views
0 votes
1 answer

How to change hostname in Kibana?

Hi@akhtar, You can change the hostname of your ...READ MORE

answered Jun 19, 2020 in ELK Stack by MD
• 95,440 points
3,942 views
0 votes
1 answer

bash: cd: root/elasticsearch/: Permission denied

Hi@akhtar, You need to set permission for elasticsearch ...READ MORE

answered Jun 19, 2020 in ELK Stack by MD
• 95,440 points
4,436 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,504 views
+2 votes
1 answer
0 votes
1 answer

How to install Kibana in Linux system?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

answered Jun 19, 2020 in ELK Stack by MD
• 95,440 points
874 views
0 votes
2 answers

How to run Elasticsearch as root user in Linux machine?

Step 1: Pull images of elastic search ...READ MORE

answered Jun 19, 2020 in ELK Stack by Pawan
• 380 points
7,128 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP