mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Updates new teams as codeowners for Observability team changes. Also took the opportunity to: - Delete some paths that no longer exist - Split infra code ownership between teams (from #168992)
41 lines
785 B
JSON
41 lines
785 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/ux-plugin",
|
|
"owner": "@elastic/obs-ux-infra_services-team",
|
|
"plugin": {
|
|
"id": "ux",
|
|
"server": true,
|
|
"browser": true,
|
|
"configPath": ["xpack", "ux"],
|
|
"requiredPlugins": [
|
|
"features",
|
|
"data",
|
|
"dataViews",
|
|
"exploratoryView",
|
|
"licensing",
|
|
"triggersActionsUi",
|
|
"observabilityShared",
|
|
"observabilityAIAssistant",
|
|
"embeddable",
|
|
"inspector",
|
|
"apm"
|
|
],
|
|
"optionalPlugins": [
|
|
"cloud",
|
|
"usageCollection",
|
|
"taskManager",
|
|
"actions",
|
|
"alerts",
|
|
"observability",
|
|
"security",
|
|
"maps",
|
|
"lens"
|
|
],
|
|
"requiredBundles": [
|
|
"kibanaReact",
|
|
"exploratoryView",
|
|
"observability",
|
|
"maps"
|
|
]
|
|
}
|
|
}
|