Skip to content

Instantly share code, notes, and snippets.

@cpard
Created May 28, 2014 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpard/ba615c3323671987bf39 to your computer and use it in GitHub Desktop.
Save cpard/ba615c3323671987bf39 to your computer and use it in GitHub Desktop.
ElasticSearch coniguration for supporting the Azure plugin
#put that into your config/elasticsearch.yml file
cloud:
azure:
keystore: #path your keystore file
password: #the password of your keystore, you didnt forget to put one right? ;)
subscription_id: #your Azure subscription ID
service_name: #this one should be common for all your VMs which is also the case for those belonging to the same #availability zone
discovery:
type: azure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment