You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests for testing export/import using saved objects UI:
For 7.x to 8.x import:
Data set:
sample dashboards and all the beats dashboards viz .ndjson
Tests:
To empty Kibana - import the file with related objects and make sure import works fine.
To empty Kibana - import the file without related objects and make sure import works fine.
Load esarchive with one index pattern - import a file with just one saved object and ensure Kibana lets us associate the saved object with the index pattern which we loaded and verify its accuracy.
Export a dashboard with related objects - change the id of a saved object inside the dashboard - import it back -ensure Kibana behaves accurately
Technical challenges to work through:
Can import beats dashboards without enabling migration: true in beats.xml
Need to figure out a place to store saved objects json file
understand related objects
The text was updated successfully, but these errors were encountered:
Tests for testing export/import using saved objects UI:
For 7.x to 8.x import:
Data set:
sample dashboards and all the beats dashboards viz .ndjson
Tests:
Technical challenges to work through:
The text was updated successfully, but these errors were encountered: