ansible-roles/kibana
Jérémy Lecour 913e547f04 Kibana: merge the proxy back into the main role 2017-07-13 14:58:44 +02:00
..
defaults Kibana: merge the proxy back into the main role 2017-07-13 14:58:44 +02:00
files merge elastic sources back into roles 2017-07-13 14:43:07 +02:00
handlers Kibana: move the optimize dir on /var if /usr is read-only 2017-06-09 09:06:33 +02:00
meta Break dependencies and use include_role 2017-05-21 11:13:48 +02:00
tasks Kibana: merge the proxy back into the main role 2017-07-13 14:58:44 +02:00
templates Kibana: merge the proxy back into the main role 2017-07-13 14:58:44 +02:00
README.md Kibana: merge the proxy back into the main role 2017-07-13 14:58:44 +02:00

README.md

kibana

Install Kibana.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • kibana_proxy_nginx : configure an Nginx proxy (not enabled) for Kibana (default: False) ;
  • kibana_proxy_domain : domain to use for the proxy ;
  • kibana_proxy_ssl_cert : certificate to use for the proxy ;
  • kibana_proxy_ssl_key : private key to use for the proxy ;

By default, Kibana will bind to localhost:5601.