Platform API for static HTML page rendering #77030
Labels
enhancement
New value added to drive a business result
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
Currently, the platform doesn't expose
rendering_service
API to plugins. Instead, we recommend plugins leverage thehttp_resources
service that provides methods to register a custom endpoint for HTML page rendering. Now we have a use-case when a page should be rendered outside of the request handler: #75538The platform should provide API allowing a plugin to render a page in any lifecycle stage, including http-request interceptor.
Blocked by #54375, since we want to provide the ability to render a static HTML page with Kibana CSS styles.
The text was updated successfully, but these errors were encountered: