Creating Dashbard and visualisation with python

Hi,

I am new to kibana. Is it possible to create kibana visualisation and dashboard using python?
If so, Please suggest me some references to start

Thanks in Advance!!!

There's a rest api in Kibana for creating saved objects like dashboards, visualizations and so on: Create saved objects API | Kibana Guide [7.12] | Elastic

The easiest way to get started is to manually build your dashboard, then export it and look at the structure. You can then build the json programatically in python.

I will try that.

Thanks a lot for quick response !! :slightly_smiling_face:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.