-
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
Moved alerting plugin to new platform #57411
Moved alerting plugin to new platform #57411
Conversation
…rate-to-kibana-platform # Conflicts: # .github/CODEOWNERS # x-pack/legacy/plugins/alerting/common/alert.ts # x-pack/legacy/plugins/alerting/common/types.ts # x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_prepacked_rules.ts # x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_rules.ts # x-pack/plugins/alerting/common/types.ts # x-pack/plugins/alerting/server/alerts_client.ts # x-pack/plugins/alerting/server/task_runner/alert_task_instance.ts # x-pack/plugins/alerting/server/types.ts
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
I know this is going to be a little painful to fix now, but I think the moving of the files should be done using The value of keeping the history is that you can follow a commit back to its original PR and from there to its original Issue and discussion. We should prioritise keeping these if we can. Sorry Yul 😬 |
…rate-to-kibana-platform # Conflicts: # x-pack/legacy/plugins/alerting/server/plugin.ts
💔 Build FailedTest FailuresKibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/home_page·ts.Actions and Triggers app Home page Alerts tab navigates to an alert details pageStandard Out
Stack Trace
Kibana Pipeline / kibana-xpack-agent / X-Pack Alerting API Integration Tests.x-pack/test/alerting_api_integration/spaces_only/tests/alerting/create·ts.alerting api integration spaces only Alerting create should handle create alert request appropriatelyStandard Out
Stack Trace
Kibana Pipeline / kibana-xpack-agent / X-Pack Alerting API Integration Tests.x-pack/test/alerting_api_integration/spaces_only/tests/alerting/create·ts.alerting api integration spaces only Alerting create should handle create alert request appropriatelyStandard Out
Stack Trace
History
To update your PR or re-run it, just comment with: |
I thought git was pretty smart about this. I guess it's only semi-smart - I see a mixture of delete/add's for files, as well as "File renamed without changes". Sigh. There's probably a simple way to fix this. Something like:
|
Didn't know about this, but no problem - I will fix it. Thanks for catching up this issue! |
Summary
Migrates the Alerting plugin from Legacy on to the Kibana Platform.
Closes #51652
Checklist
For maintainers