-
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
Move HttpService functionality from Legacy to New platform #39330
Comments
Pinging @elastic/kibana-platform |
Need to investigate to figure what is needed now |
Turned out, the legacy server performed a lot of work besides working as HTTP service. There is a list of the created issues to strip off functionality. Require migration:CSPconfig validation, default CSP rules i18ncollects translation files and initializes Http
https://github.com/elastic/kibana/tree/master/src/legacy/server/http Logginglink: https://github.com/elastic/kibana/tree/master/src/legacy/server/logging
infrastructure
Sample dataSample data sets for demo purposes when a new user starts working with Kibana and doesn't have any data ingested. Saved Objectspublic interface StatusServer status, status page Usage collectorcollects observable runtime data Configlink: https://github.com/elastic/kibana/tree/master/src/legacy/server/config Non-platform team featuresI can be wrong about ownership @elastic/kibana-operations plugins:
@elastic/kibana-app / @elastic/kibana-app-arch team plugin: |
I'm not sure about the keystore. @tylersmalley is every item listed above correctly assigned to the operations team? |
This does not need migrated over, as we will be moving back to importing via JS in the new platform (#42185 (comment)).
Needs confirmed, but I believe this can go away since we are now running node with
issue: #52107
issue: #52108
Is there already something for this in the new platform to read from the
As far as I can tell, this is just used in the keystore and can be removed as part of #52107 |
#51478 moved them under new platform
There is only config service coupled with legacy infrastructure. |
Having #39047 merged we can start moving some pieces of the HTTP server functionality to the new platform.
The task requires investigation to create a list of functionality that is ready to be moved over:
system api
,kibana-xsrf
, etc.The text was updated successfully, but these errors were encountered: