|
1 year ago | |
---|---|---|
.. | ||
defaults | 3 years ago | |
files | 3 years ago | |
handlers | 3 years ago | |
meta | 1 year ago | |
tasks | 1 year ago | |
templates | 3 years ago | |
README.md | 3 years ago |
Install Kibana.
Everything is in the tasks/main.yml
file.
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.