Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install elasticsearch

curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.2-darwin-x86_64.tar.gz
curl https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.4.2-darwin-x86_64.tar.gz.sha512 | shasum -a 512 -c - 
tar -xzf elasticsearch-8.4.2-darwin-x86_64.tar.gz
cd elasticsearch-8.4.2/
Source by www.elastic.co #
 
PREVIOUS NEXT
Tagged: #install #elasticsearch
ADD COMMENT
Topic
Name
3+9 =