How can I download the search, visualization, dashboard object names

Hi Team,

I would like to download the search, visualization, dashboard object names from kibana by using API calls. I could not find any specific api for this requirement.

someone please help on this.

Thanks

Hello,

These are stored as saved objects so you'd want to use the saved objects API. Hope that helps!

Regards,
Aaron

Hi Aaron,

Thanks for quick reply,

I found "_find" api along with 'page, per_page' options from which I am able retrieve the object names.
Does it have any limitation in the output of the "_find" API, what is the maximum number of objects that it can display, please advise.

Please let me know how can I find the count of the all the objects by using API, like we had "_count" in ELK5.

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