How To Install And Setup Elasticsearch Engine On Linux

Опубликовано: 15 Март 2019
на канале: Liv4IT
18,471
127

How To Install And Setup Elasticsearch Engine On Linux

Elasticsearch is a flexible and powerful open source, distributed real-time search and analytics engine. Using a simple set of APIs, it provides the ability for full-text search. Elastic search is freely available under the Apache 2 license.

sudo apt-get install apt-transport-https
wget -qO - https://artifacts.elastic.co/GPG-KEY-... | sudo apt-key add -
add-apt-repository "deb https://artifacts.elastic.co/packages... stable main"
sudo apt-get update
sudo apt-get install elasticsearch
sudo nano /etc/elasticsearch/elasticsearch.yml
sudo systemctl start elasticsearch.service
curl -X GET http://127.0.0.1:9200


🌸 Support channel & make donation :
https://www.paypal.me/aminenina/5

🌸 Subscribe for more videos :
Youtube:    / aminosninatos  

🌸 Follow me On Social Media
Facebook :   / aminosninatos  

***********************************************************************

🌸 How To Convert Public Private Putty's ppk Keys To OpenSSH Keys On Ubuntu Linux
   • How To Convert Public Private Putty's...  

🌸 How To Use GPG Private Public Keys To Encrypt And Encrypt Files On Ubuntu Linux
   • How To Use GPG Private Public Keys To...  

🌸 How To Encrypt And Decrypt Files Using Private Public Keys With OpenSSL On Ubuntu Linux
   • How To Encrypt And Decrypt Files Usin...  

🌸 How To Encrypt And Decrypt Files Using OpenSSL On Ubuntu Linux
   • How To Encrypt And Decrypt Files Usin...  

🌸 How To Use MD5SUM To Verify Data Integrity On Ubuntu Linux
   • How To Use MD5SUM To Verify Data Inte...  

🌸 How To Generate Random Password From The Command Line On Ubuntu Linux
   • How To Generate Random Password From ...  

🌸 Linux How To Crack And Recover A Password Protected Zip File
   • Linux How To Crack And Recover A Pass...  

🌸 Password cracking with John the Ripper on Linux
   • Video  

🌸 Linux : HowTo Encrypt And Decrypt Files With A Password using GPG
   • Linux : HowTo Encrypt And Decrypt Fil...  

🌸 How To Secure Copy Files In Linux Using SCP Command
   • How To Secure Copy Files In Linux Usi...  

🌸 How To Sync And Backup Files In Linux Using Rsync Command
   • How To Sync And Backup Files In Linux...  

***********************************************************************
#ElasticSearch#Install#Linux