-
-
Notifications
You must be signed in to change notification settings - Fork 599
New issue
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
Discovery settings in elasticsearch.yml.erb #9
Comments
Ryan, could you post a (sanitized) |
Here's an analogue to my data bag (I actually tweaked the attributes to use an encrypted databag):
As I do have an ES security group, but am not yet running an ES cluster. This produces a YAML config of:
(without a 0-level indent member
which causes a YAML config error. So, I think it's fair to say you just must have |
Hello Ryan, see f1fc6ef, I think it's fair to use full namespaces in the YAML file, which makes everything more resilient, and the readability does not suffer too much :) |
The full namespaces work well, and don't get in to tortured "if-this-then-that-but-not..." template conditionals. Great idea. Thanks! |
Hi Karel,
Very minor issue, but I hit this in
elasticsearch.yml.erb
at this section:I actually have aws settings (and thus
node.elasticsearch[:cloud][:ec2]
), but I have not yet enabled discovery, which lead to an incorrect YAML directive. I think:might be more appropriate.
The text was updated successfully, but these errors were encountered: