Skip to content

Latest commit

 

History

History

kibana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

How to import Kibana dashboards

After following the documented guidelines for configuring uberAgent to forward metrics to Elasticsearch, an index named "uberagent" will be created in Elasticsearch with the required field definitions.

The Kibana dashboards depend on the existence of the above index. The ndjson files provided include example dashboard definitions, as well as the data view referenced by the dashboards.

The steps to import the example dashboards and data view are as follows:

Step1. Open the Kibana UI page. In the main menu, navigate to "Management".

Kibana Home

Step2. Select "Kibana" > "Saved Objects". On the top-right, click on "Import".

Kibana Saved Objects

Step3. Select the dashboard of interest (ndjson file)

  • Select "Create new objects with random IDs" to avoid any conflicts.
  • Select "Automatically overwrite confilicts" only if this is the first time you import the dashboard for uberAgent, and import all the dashboard from dashboard. These dashboard share some objects.
  • Click "Import".

Kibana Import

Kibana Import Done

Step4. You can now see the imported dashboard in the list and open it.

Kibana Dashboard List

Step5. Click the dashboard name, then you can check the dashboard now.

Kibana Dashboard Demo