-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove SLM multiple policy restriction #101007
Comments
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
You might still conditionally show a warning if the number of overlapping policies is greater than the configured concurrent snapshot setting value?
For example, if a user has set this to |
Hello, Is there any update about this issue? I'm on 8.5.1 and still get this message. |
@elastic/platform-deployment-management |
No updates on this issue yet. While I agree the message is confusing, it should not affect the snapshots themselves. |
Hello, This still happens on 8.12.1 |
Pinging @elastic/kibana-management (Team:Kibana Management) |
Kibana elasticsearch UI limits the number of concurrently scheduled snapshots in the code below...
kibana/x-pack/plugins/snapshot_restore/public/application/sections/home/policy_list/policy_list.tsx
Lines 156 to 175 in 0cf48f3
However, per discussion on slack It appears that elasticsearch is capable of concurrent snapshots as of the next release
7.13.1
, per elastic/elasticsearch#73456.This should be tested to confirm no issues exist when removing aforementioned code.
Note: supported since
[email protected]
see elastic/elasticsearch#56911The text was updated successfully, but these errors were encountered: