mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
52 lines
955 B
JSON
52 lines
955 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/fleet-plugin",
|
|
"owner": "@elastic/fleet",
|
|
"plugin": {
|
|
"id": "fleet",
|
|
"server": true,
|
|
"browser": true,
|
|
"configPath": [
|
|
"xpack",
|
|
"fleet"
|
|
],
|
|
"requiredPlugins": [
|
|
"licensing",
|
|
"data",
|
|
"encryptedSavedObjects",
|
|
"navigation",
|
|
"customIntegrations",
|
|
"share",
|
|
"security",
|
|
"unifiedSearch",
|
|
"savedObjectsTagging",
|
|
"taskManager",
|
|
"files",
|
|
"uiActions",
|
|
"dashboard"
|
|
],
|
|
"optionalPlugins": [
|
|
"features",
|
|
"cloud",
|
|
"usageCollection",
|
|
"home",
|
|
"globalSearch",
|
|
"telemetry",
|
|
"discover",
|
|
"ingestPipelines",
|
|
"spaces",
|
|
"guidedOnboarding",
|
|
],
|
|
"requiredBundles": [
|
|
"kibanaReact",
|
|
"esUiShared",
|
|
"logsShared",
|
|
"kibanaUtils",
|
|
"usageCollection",
|
|
"unifiedSearch"
|
|
],
|
|
"extraPublicDirs": [
|
|
"common"
|
|
]
|
|
}
|
|
}
|