-
Notifications
You must be signed in to change notification settings - Fork 351
default['logstash']['instance_default']['elasticsearch_port'] is never used #396
Comments
I'm not sure, but I'm guessing that this value is intended to be used inside your templates. |
The only problem with this is that this doesn't work as expected. As far as I can see, all these variables should be in It would be nice if there were examples of the proper use of these template variables, including one where you set them in the |
I don't quite understand how elasticsearch_port is used, but I do see that elasticsearch_ip is used by the curator lwrp. If you use chef-solo, and you forget to set elasticsearch_ip, then your curator cron will have a blank host value. https://github.com/lusis/chef-logstash/blob/master/providers/curator.rb#L43 |
It appears as though
default['logstash']['instance_default']['elasticsearch_port']
is never used, but is only set to''
in attributes/default.rb.Is this value ever used?
The text was updated successfully, but these errors were encountered: