In this video, we describe how to install and configure Elasticsearch.
Commands used:
apt update -y
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
apt install apt-transport-https -y
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt update -y
apt install elasticsearch -y
systemctl enable --now elasticsearch
curl -X GET "localhost:9200"
The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-install-and-configure-elasticsearch/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit:
https://www.liquidweb.com/products/private-cloud/
Video by: Justin Palmer
Commands used:
apt update -y
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
apt install apt-transport-https -y
echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-7.x.list
apt update -y
apt install elasticsearch -y
systemctl enable --now elasticsearch
curl -X GET "localhost:9200"
The related article for this article can be found here: https://www.liquidweb.com/kb/how-to-install-and-configure-elasticsearch/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/ or to learn more about our Private Cloud Powered by VMware and NetApp, visit:
https://www.liquidweb.com/products/private-cloud/
Video by: Justin Palmer
- Category
- Liquid Web
- Tags
- liquidweb, datacenter, web

Be the first to comment