Hello All,
Could any one suggest is there any way to delete dashboards through API i.e curl commands instead of deleting through GUI Kibana.
Thanks
Hello All,
Could any one suggest is there any way to delete dashboards through API i.e curl commands instead of deleting through GUI Kibana.
Thanks
You could do this with the Saved Objects API.
One way to do this is by getting a list of dashboards from the Find Objects API of type dashboard
.
Then make multiple calls to the Delete Object API with the type
and id
for each item in the list.
As per the document the api is not available in 5.6 version. May i know is there any way to delete dashboards through curl commands in 5.6 version as we have dashboards in bulk which needs to be delete.
Thanks
There are no curl commands I am aware of to do this in 5.6. You can delete sets of objects (such as dashboards) through the Kibana interface.
Yes.. I did it ... Thank you
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.