Is there any way to make the information about saved objects (primarily dashboards) available to another cluster? We were hoping to be able to use cross-cluster search on the .kibana index, but it appears that the information can only be obtained through the Saved Object API, which isn't available on cross-cluster search.
At the moment we want to build a dashboard about the dashboards on another cluster, but we may in the future want to expand to other saved objects.
What would be the most graceful, and elastic-native way to do this? Enrich policy on the cluster that has the saved objects?