Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the recommended ElasticSearch deployment on Windows Azure?

Bearing in mind that the ElasticSearch-Zookeeper plugin doesn't support v0.90 release. With unicast, what's your strategy on updating your list of IPs? I.e. when upgrading/scaling-up/down.

What client-side connectivity (from web/worker role) to the cluster? Do you:

a) implement your own round-robin/failover implementation across all nodes in the cluster

b) spin up a local (non-data/non-master) elasticsearch process on the client machine that joins the unicast cluster. The application will only connect to localhost

Where do you store your data? Azure blob gateway?

Can you share your detailed story on your ElasticSearch experience on azure, and any particular points/issues to watch out for?

Cheers

like image 715
Sheepy Avatar asked May 10 '13 04:05

Sheepy


People also ask

Does Azure support Elasticsearch?

We recently announced that users can find, deploy, and manage Elasticsearch from within the Azure portal.

Where do I deploy Elasticsearch?

The cloud platform where you'll deploy your deployment. We support: Amazon Web Services (AWS), Google Cloud Platform (GCP), and Microsoft Azure. You do not need to provide your own keys. The cloud platform's region your deployment will live.

How do you use elk in Azure?

Next stepsCreate an Ubuntu VM in an Azure resource group. Install Elasticsearch, Logstash, and Kibana on the VM. Send sample data to Elasticsearch from Logstash. Open ports and work with data in the Kibana console.


1 Answers

Just a note about this. We are on the way on releasing Azure plugin for Elasticsearch. It will help to allow automatic discovery of your Elasticsearch nodes. I think that we will have something public in the next weeks.

Also, I recommend to use local storage. Azure blob will be used in the future to allow snapshots (and restore) feature when Elasticsearch 1.0 will be out.

Hope this helps

Update: Plugin is now available here: https://github.com/elasticsearch/elasticsearch-cloud-azure

like image 74
dadoonet Avatar answered Nov 15 '22 02:11

dadoonet