kibana/x-pack/plugins/ux/kibana.jsonc
Paul Bianciardi c72d4d3372
Update new codeowners for Obs team changes (#170182)
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)
2023-11-08 14:30:17 +00:00

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"
]
}
}