-
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
[Alerting] Update internal API calls use new Alerting APIs #116939
Comments
Pinging @elastic/kibana-alerting-services (Team:Alerting Services) |
Took another peek at uses of There is a reference in stack monitoring code though: kibana/x-pack/plugins/monitoring/public/alerts/configuration.tsx Lines 28 to 42 in b47e55c
I'm wondering if there's some chance we would need this for cross-version monitoring or something, but ... seems unlikely to me. That code was changed by us :-) in PR #93977 I assume we can change this from the old URL to the new URL, @elastic/stack-monitoring ? I'd have made the change so they'd get notified anyway, so thought I'd ping a little ahead ... |
resolves elastic#116939 Removes the lingering calls to the legacy HTTP endpoints by internal Kibana code.
resolves #116939 Removes the remaining calls to the legacy HTTP alerting endpoints by internal Kibana code.
There are still places in the code that call the legacy alerting APIs. Now that we are using telemetry to track usages of the legacy APIs, we should update to use the new ones so that the telemetry numbers are not thrown off.
kibana/x-pack/examples/alerting_example/public/components/view_alert.tsx
Lines 39 to 46 in 46bfe57
kibana/x-pack/examples/alerting_example/public/components/view_astros_alert.tsx
Lines 45 to 52 in 46bfe57
kibana/x-pack/plugins/alerting/public/alert_api.ts
Lines 16 to 37 in 46bfe57
The text was updated successfully, but these errors were encountered: