-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Archive Migration] kbn_archive date_nanos #125838
Conversation
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/kibana-qa (Team:QA) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DataDiscovery.team LGTM, code review only
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d)
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d)
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d) Co-authored-by: Lee Drengenberg <[email protected]>
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d) Co-authored-by: Lee Drengenberg <[email protected]>
* kbn_archive date_nanos * kbn_archive date_nanos in context and discover * kbn_archiver more date_nanos tests * fix eslint error * fix lint error (cherry picked from commit f792e5d) Co-authored-by: Lee Drengenberg <[email protected]>
Summary
Serveral data_nano type tests had es_archives which contained both data and kibana saved objects. This PR splits the saved objects out into kbn_archives and loads them.
Part of: #102552