We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've being playing with setting up multicast zen discovery in openvz environment and had to specify manually discovery.zen.ping.multicast.address (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html) which can't be set via standard template.
discovery.zen.ping.multicast.address
Can we add all settings with discovery.zen.ping.multicast prefix to template? Is it good idea?
discovery.zen.ping.multicast
The text was updated successfully, but these errors were encountered:
can't be set via standard template
That's surprising, anything should be possible in the template, have you seen https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/templates/default/elasticsearch.yml.erb#L9-L16 ?
Sorry, something went wrong.
Yeah, you are right. I missed custom_config attribute. Thanks!
Great! It's there exactly for cases like these :)
No branches or pull requests
I've being playing with setting up multicast zen discovery in openvz environment and had to specify manually
discovery.zen.ping.multicast.address
(http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html) which can't be set via standard template.Can we add all settings with
discovery.zen.ping.multicast
prefix to template? Is it good idea?The text was updated successfully, but these errors were encountered: