Kibana

How to automatically install Kibana for your SIDRE instance

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 to true to install Kibana
  • kibana_public: set to true for Kibana access at the public SIDRE url
  • kibana_anonymous_authentication: set to true for anonymous access
    • kibana_anonymous_authentication_user: username for the anonymous user
    • kibana_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