I got a weird issue with opening 9200 port on gce. After:
- Run VM in compute engine (Ubuntu 16.04) - yes, I know CentOS...not yet :-)
- Install elasticsearch
gcloud compute --project realty4-1384 firewall-rules create allow-elasticsearch --allow TCP:9200 --target-tags elasticsearch
but sad Dinosaur saying that connection refused..... curl localhost:9200 - works nginx, varnish works in the same condition. I suspect something with rights maybe somebody can give me a hint. THANK YOU