-
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
[Url Generators] Expose URL Generator functionality on server side #59453
Comments
Pinging @elastic/kibana-app-arch (Team:AppArch) |
@stacey-gammon having this definitely would be beneficial for alerting. We need to generate URLs for alert actions and at the moment it's not possible, because our URL generator utilizes |
@streamich - this may be something to add into the new URL service work. |
Thank you for contributing to this issue, however, we are closing this issue due to inactivity as part of a backlog grooming effort. If you believe this feature/bug should still be considered, please reopen with a comment. |
@elastic/kibana-app-services is there a plan to support URL locators server-side eventually? cc @streamich @Dosant |
Url generator service needs to be available to alerting and chat ops.
Merging together quite a few ideas and I think we can solve this really simply while keeping all url generator implementations on the client side.
Common helper function
That can be used server side! e.g. Chat Ops pseudocode:
Alerting pseudocode:
Url generator service registers a new app,
goto
with functionality like:An improvement could be server side validation, exposed rest api, but this will likely be sufficient for all the new features that need it, so the priority is not quite their imo, to pursue.
cc @bmcconaghy
The text was updated successfully, but these errors were encountered: