Is there any useful API to read Dashboards/Visualizations from Kibana GUI ? I want to read dashboards from Kibana GUI using Python for automation purpose My Kibana version is v 7.16.2
For best support I suggest using the export/import APIs: Export objects API | Kibana Guide [master] | Elastic
They work with ndjson which is fairly easy to automate.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.