Can we get the list of all the saved objects with errors like missing references etc?

Can we get the list of all the saved objects with errors like missing references etc?

Also can we get a list of all saved objects related to a index pattern?

You can use the has_references parameter in our API to find all objects relating to an index pattern, or you might be able to replicate some of our undocumented APIs that are used in the Management section. Here are the documented parameters: https://www.elastic.co/guide/en/kibana/current/saved-objects-api-find.html

I'm not sure about an API to list missing references.

1 Like

Is there a way to hit that api via dev tools? The documentation mentions kibana_host:port

No, dev tools are not able to access the Kibana APIs. They are meant for use external to Kibana.

1 Like

Can this be a feature request?

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