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!!!
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 !!
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.