Azure, GCS, and AWS snapshot repos no longer require plugins#123387
Azure, GCS, and AWS snapshot repos no longer require plugins#123387jrodewig merged 15 commits intoelastic:mainfrom jrodewig:docs__fix-snapshot-plugins
Conversation
|
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
x-pack/plugins/snapshot_restore/public/application/components/repository_form/step_one.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/snapshot_restore/server/routes/api/repositories.test.ts
Outdated
Show resolved
Hide resolved
….test.ts Co-authored-by: Yulia Čech <6585477+yuliacech@users.noreply.github.com>
|
Thank you so much for working on this, @jrodewig! |
|
Hi @yuliacech! Thanks for your feedback and review.
It looks like the verified ES snapshot is a little stale and doesn't contain the changes from elastic/elasticsearch#81870 yet. However, you can use an unverified snapshot with:
This snapshot will contain the changes and let you test locally. |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
Thanks @yuliacech! |
|
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
#123768) With elastic/elasticsearch#81870, the Azure, GCS, and AWS snapshot repository types have built-in support in Elasticsearch and no longer require plugins in 8.0+. This PR updates step one of the **Register Repository** wizard to: - Include Azure, GCS, and AWS as default repository types - Tweak UI copy and links referring to repository plugins. Co-authored-by: Yulia Čech <6585477+yuliacech@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit 1e57604) # Conflicts: # x-pack/plugins/snapshot_restore/server/routes/api/repositories.test.ts
Summary
With elastic/elasticsearch#81870, the Azure, GCS, and AWS snapshot repository types have built-in support in Elasticsearch and no longer require plugins in 8.0+. This PR updates step one of the Register Repository wizard to:
Screenshots
Testing
As of 20 Jan 2022, the verified ES snapshot doesn't contain changes from elastic/elasticsearch#81870. To test the changes locally, you'll need to use the latest unverified ES snapshot:
KBN_ES_SNAPSHOT_USE_UNVERIFIED=true yarn es snapshotChecklist
Delete any items that are not applicable to this PR.