Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

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

Open
pshroads opened this issue Feb 28, 2017 · 1 comment
Open

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

pshroads opened this issue Feb 28, 2017 · 1 comment

Comments

@pshroads
Copy link

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

@drenalin23
Copy link
Collaborator

@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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants