ansible-roles/kibana
Jérémy Lecour cf47d40b79 elastic: option for stack main version 2017-11-26 12:32:12 +01:00
..
defaults elastic: option for stack main version 2017-11-26 12:32:12 +01: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 cleanup with dependencies on java8 2017-10-08 22:31:22 +02:00
tasks elastic: option for stack main version 2017-11-26 12:32:12 +01:00
templates Apache/Nginx: use ipaddr_whitelist 2017-10-07 13:48:04 +02:00
README.md kibana: host and basepath configuration 2017-11-14 14:24:10 +01:00

README.md

kibana

Install Kibana.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • kibana_server_host : Specifies the address to which the Kibana server will bind (default: 127.0.0.1) ;
  • kibana_server_basepath : where to mount the application (default: empty) ;
  • 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.