Kibana
Categories:
Kibana
You can install Kibana automatically through the sidre-setup. It can be accessed via the browser:
http://192.168.98.115:5601 (set your host instead of the IP of the OERSI Vagrant-VM)
Public access
You can configure access to Kibana via kibana_public
at the public SIDRE url under http://[SIDRE-IP]/resources/kibana instead of the URL above.
Anonymous access
You can configure anonymous access to Kibana via kibana_anonymous_authentication
. A space, role and user is created for this. The anonymous user has read-only access to the statistics data. The user is configured via kibana_anonymous_authentication_user
and kibana_anonymous_authentication_password
.
The anonymous access is configured additionally to the basic login. To prevent this, disable basic login via kibana_authentication_providers: {}
Configuration
kibana_install
: set totrue
to install Kibanakibana_public
: set totrue
for Kibana access at the public SIDRE urlkibana_anonymous_authentication
: set totrue
for anonymous accesskibana_anonymous_authentication_user
: username for the anonymous userkibana_anonymous_authentication_password
: password for the anonymous user
- The documentation of other configuration variables can be found in the galaxy-role we use: https://galaxy.ansible.com/geerlingguy/kibana