I found a way in kibana UI-> management-> saved objects to export all objects at a time in export.ndjson file.
But I want to export all saved objects by a single query in kibana 7.6.2.
I tried to export all saved objects by API
POST http://localhost:5601/api/saved_objects/_export
But it is not working.
Someone kibana expert can help me.
Thanks in advance.
Hi,
Could you provide more information into what is not working? What error are you getting? Please note that this is a POST request and you'll need to includeContent-Type: application/json and kbn-xsrf: true headers. Here are some examples
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.