Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Logs + Metrics UI] Make source configurations exportable and importable #61773

Closed
weltenwort opened this issue Mar 30, 2020 · 1 comment · Fixed by #64848
Closed

[Logs + Metrics UI] Make source configurations exportable and importable #61773

weltenwort opened this issue Mar 30, 2020 · 1 comment · Fixed by #64848
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

Comments

@weltenwort
Copy link
Member

weltenwort commented Mar 30, 2020

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 as isImportableAndExportable in legacy plugin world): https://github.com/elastic/kibana/blob/master/src/core/MIGRATION_EXAMPLES.md#saved-objects-types

Example: https://github.com/elastic/kibana/blob/master/src/plugins/visualizations/server/saved_objects/visualization.ts#L30

@weltenwort weltenwort added Feature:Metrics UI Metrics UI feature Feature:Logs UI Logs UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Mar 30, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants