Following the format of the elasticsearch configuration in this cookbook's .kitchen.yml we attempted to configure an elasticsearch output. However, none of the elasticsearch attributes such as elasticsearch_ip were getting to the output_elasticsearch file. Finally I pulled down this cookbook source and ran the kitchen tests and found that even here the configuration isn't output properly. Either there is a bug or the .kitchen.yml is not updated to reflect current operation. Can you please provide some guidance?
Following the format of the elasticsearch configuration in this cookbook's
.kitchen.yml
we attempted to configure an elasticsearch output. However, none of the elasticsearch attributes such aselasticsearch_ip
were getting to theoutput_elasticsearch
file. Finally I pulled down this cookbook source and ran the kitchen tests and found that even here the configuration isn't output properly. Either there is a bug or the.kitchen.yml
is not updated to reflect current operation. Can you please provide some guidance?