Use Kibana with an Elastic Stack add-on
Kibana is the web interface for exploring, visualizing and managing data stored in Elasticsearch. Clever Cloud can provision a managed Kibana service with an Elastic Stack add-on.
Prerequisites
- A Clever Cloud account
- An organisation in which you can create add-ons
Install Clever Tools if you want to create the add-on from the command line.
Enable Kibana
Kibana is an option selected when you create the Elastic Stack add-on. You cannot enable it later on an existing add-on.
From the Console
- In the Clever Cloud Console, select Create, then an add-on
- Select Elastic Stack
- Choose the plan, version and region required by your project
- Enable the Kibana option
- Name and create the add-on
With Clever Tools
Create an Elastic Stack add-on and enable Kibana with the kibana=true option:
clever addon create es-addon myElasticStack \
-p xs \
--addon-version 8 \
--option kibana=trueClever Tools targets your personal organisation by default. To use another organisation, add --org ORGANISATION or -o ORGANISATION to the command. Use clever addon providers show es-addon to list the plans, regions and major versions currently available.
Provisioning Elasticsearch and Kibana takes a few minutes. Open the Elastic Stack add-on in the Console once it is ready, then use its Kibana access link.
Sign in to Kibana
Kibana uses Clever Cloud SSO by default. Any member of the organisation that owns the Elastic Stack add-on can sign in with their Clever Cloud account.
The managed configuration connects Kibana to the matching Elasticsearch version and keeps both services compatible. Clever Cloud updates the service within the selected major version.
Customize Kibana
The Elastic Stack add-on is a managed service, so its native Kibana configuration is not exposed as an application environment variable or editable file. Most day-to-day settings, dashboards, spaces, roles and users can be managed from Kibana or through the Elasticsearch API.
If you need a custom authentication provider, domain name or native kibana.yml setting, contact Clever Cloud support to discuss your requirements. Configuration scripts for older Kibana releases should not be reused with a different version.