-
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
Migrate feature ID and alerts with alerting
consumer to alerts
#68994
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
After chatting with @mikecote we've decided to revert the change to the This means that the alerts won't break in 7.9, but we'll need to address this in the future |
alerting
consumer to alerts
Removed the Blocker label as it is no longer blocking the RBAC work and no longer breaks on 7.9 |
Turns out this is a blocker still - as we need this to address the name change in Metrics too. |
As part of the work for Kibana Alerting, we need a synchronous way top interact with Encrypted Saved Objects (see elastic/kibana#68994). This PR adds two new entry points, `encryptSync` and `decryptSync` which are identical to `encrypt` and `decrypt` but are synchronous.
Following this change https://github.com/elastic/kibana/pull/66838/files?file-filters%5B%5D=.tsx#diff-11975cae1d4e0e055bfedd5944183967R442 all Alerts created before 7.9 will break due to their
consumer
being the oldalerting
name instead of the newalerts
name.This will likely need to be addressed through a migration in 7.9.
The text was updated successfully, but these errors were encountered: