[Logs + Metrics UI] Make source configurations exportable and importable #61773
Labels
Feature:Logs UI
Logs UI feature
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
The source configurations of the Logs UI and Metrics UI are stored as saved object using Kibana's built-in mechanism. For administrative purposes (especially in infrastructure-as-code scenarios) it would be convenient to be able to export and re-import the source configurations via the Kibana saved object UI and API.
This can be enabled be enhancing the saved object definition slightly.
See
importableAndExportable
option shown here (formerly known asisImportableAndExportable
in legacy plugin world): https://github.com/elastic/kibana/blob/master/src/core/MIGRATION_EXAMPLES.md#saved-objects-typesExample: https://github.com/elastic/kibana/blob/master/src/plugins/visualizations/server/saved_objects/visualization.ts#L30
The text was updated successfully, but these errors were encountered: