realityforge/chef-kibana

Cookbook doesn't handle adding ssl certs to kibana.yml

Opened this issue · 1 comments

For kibana 4 to work with Shield it's necessary to add two configs to kibana.yml:

Set the server.ssl.key and server.ssl.cert properties in kibana.yml:

server.ssl.key: /path/to/your/server.key
server.ssl.cert: /path/to/your/server.crt

https://www.elastic.co/guide/en/shield/current/kibana.html#kibana4-user-role

However the cookbook doesn't seem to handle this. Or am I mistaken?

Thanks

@pshroads The configuration file was changed in kibana 4.2 (see elastic/kibana#6646). So if you are using kibana 4 I believe the config will work with underscores, but we should update the template at some point.