-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Migrate UUID logic to NP Core #48956
Copy link
Copy link
Closed
Labels
Feature:New PlatformTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//blocker
Metadata
Metadata
Assignees
Labels
Feature:New PlatformTeam:CorePlatform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//Platform Core services: plugins, logging, config, saved objects, http, ES client, i18n, etc t//blocker
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, the
kibanaplugin handles detecting and assigning a UUID to the Kibana node.This needs to be migrated to the New Platform and should most likely live in Core rather than the Kibana plugin.
Code:
src/legacy/core_plugins/kibana/server/lib/manage_uuid.js