In IBM Business Automation Insights 24.0.0 Kibana is no longer supported due to the
replacement of Elasticsearch with OpenSearch. However, you can import Kibana dashboards into
OpenSearch Dashboards.
Before you begin
You must install OpenSearch Dashboards to be able to follow this procedure. See the Installing OpenSearch page of the OpenSearch
documentation.
Procedure
-
Open the Kibana user interface (UI) in your web browser.
- Navigate to Saved Objects.
- In the list of saved objects, select the dashboard you wish to migrate by checking the
corresponding box on the left.
- Click Export.
- Ensure that the Include related objects option is selected.
- Click Export again to download the file.
The exported file will be in the Newline Delimited JSON (ndjson) format, which contains the
definition of your dashboard.
- Open the OpenSearch Dashboards UI in your web browser.
- Click the menu button located in the top left corner.
- Under Management, select Dashboards Management.
- Click Import.
- Upload the ndjson file you downloaded from Kibana.