Install ElasticSearch on GCP
First create a vm
Add 9200 port to vm firewall config
SSH into vm and run the following command
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install wget
Next, follow the guide shown here:
Trouble shoot:
Last updated
Was this helpful?