Elasticsearch Tutorial For Beginners: Part 1 | Setting Up Elasticsearch on CentOS Linux

Published: 17 April 2021
on channel: Thetips4you
11,730
168

Welcome to the new video series on Elasticsearch Tutorial For Beginners. We will start with the video Elasticsearch Installation on CentOs. Elasticsearch is a distributed, open-source search and analytics engine. Elastic stack : Elasticsearch, Logstash, beats and Kibana.

==================================================
1. Import the Elasticsearch GPG Keyedit

rpm --import https://artifacts.elastic.co/GPG-KEY-...

2. Installing from the RPM repository. Create a file called elasticsearch.repo in the /etc/yum.repos.d/


[elasticsearch]
name=Elasticsearch repository for 7.x packages
baseurl=https://artifacts.elastic.co/packages...
gpgcheck=1
gpgkey=https://artifacts.elastic.co/GPG-KEY-...
enabled=0
autorefresh=1
type=rpm-md


sudo yum install --enablerepo=elasticsearch elasticsearch

3. Enable elastic search on bootup

sudo systemctl daemon-reload
sudo systemctl enable elasticsearch.service

systemctl status elasticsearch.service

systemctl start elasticsearch.service

4. Test elasticsearch installation

curl 127.0.0.1:9200

==============================================
Github link:
https://github.com/shazforiot/Elastic...
==============================================

Follow me @:
  / thetips4you  
   / @thetips4you  
  / thetipsforyou  
http://www.thetips4you.com
=============================================
Music credit: "Royalty Free Music from Bensound"


Watch video Elasticsearch Tutorial For Beginners: Part 1 | Setting Up Elasticsearch on CentOS Linux online without registration, duration hours minute second in high quality. This video was added by user Thetips4you 17 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 11,730 once and liked it 168 people.