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"
Смотрите видео Elasticsearch Tutorial For Beginners: Part 1 | Setting Up Elasticsearch on CentOS Linux онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Thetips4you 17 Апрель 2021, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 11,730 раз и оно понравилось 168 людям.