Answers for "how to install elastic search on linux server"

0

ubuntu install elasticsearch terminal

sudo -i service elasticsearch start
sudo -i service elasticsearch stop
Posted by: Guest on September-17-2020
0

install elasticsearch on ubuntu

wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.2-amd64.deb.sha512
shasum -a 512 -c elasticsearch-7.13.2-amd64.deb.sha512 
sudo dpkg -i elasticsearch-7.13.2-amd64.deb
Posted by: Guest on June-22-2021

Code answers related to "how to install elastic search on linux server"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language