Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.elastic.co #
 
PREVIOUS NEXT
Tagged: #install #elasticsearch #ubuntu
ADD COMMENT
Topic
Name
5+6 =