kibana/x-pack/plugins/security_solution/kibana.json
Pablo Machado 6c2f9a4dfc
Add CreateFieldButton component to browser fields (#117627)
Add user permission check to CreateFieldButton

Refetch data after creating field

Add global styles to make Overlay z-index higher than timeline z-index

Fix create runtime field loading state

Update alert table columns after adding a new runtime field

Updated documentation of 'overlays.openFlyout' public API

Add cypress test

Add CreateField button unit test
2021-11-05 18:25:17 +01:00

56 lines
972 B
JSON

{
"id": "securitySolution",
"owner": {
"name": "Security solution",
"githubTeam": "security-solution"
},
"version": "8.0.0",
"extraPublicDirs": ["common"],
"kibanaVersion": "kibana",
"configPath": ["xpack", "securitySolution"],
"requiredPlugins": [
"actions",
"alerting",
"cases",
"data",
"dataEnhanced",
"embeddable",
"eventLog",
"features",
"inspector",
"licensing",
"maps",
"ruleRegistry",
"taskManager",
"timelines",
"triggersActionsUi",
"uiActions"
],
"optionalPlugins": [
"encryptedSavedObjects",
"fleet",
"ml",
"dashboard",
"newsfeed",
"security",
"spaces",
"usageCollection",
"lens",
"lists",
"home",
"telemetry",
"indexPatternFieldEditor"
],
"server": true,
"ui": true,
"requiredBundles": [
"esUiShared",
"fleet",
"kibanaUtils",
"kibanaReact",
"usageCollection",
"lists",
"ml"
]
}