-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathkibana.jsonc
More file actions
41 lines (41 loc) · 1.04 KB
/
kibana.jsonc
File metadata and controls
41 lines (41 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"type": "plugin",
"id": "@kbn/workflows-management-plugin",
"owner": ["@elastic/workflows-eng"],
"group": "platform",
"visibility": "shared",
"description": "This plugin contains the Workflows management application.",
"plugin": {
"id": "workflowsManagement",
"configPath": ["workflowsManagement"],
"browser": true,
"server": true,
"requiredBundles": ["kibanaReact", "kibanaUtils", "data"],
"requiredPlugins": [
"navigation",
"taskManager",
"actions",
"workflowsExecutionEngine",
"workflowsExtensions",
"features",
"security",
"triggersActionsUi",
"spaces",
"esUiShared",
"share",
"stackConnectors",
"data",
"dataViews",
"kql",
"fieldFormats",
"unifiedSearch",
"embeddable",
"controls",
"uiActions",
"licensing"
],
"optionalPlugins": ["alerting", "serverless", "cloud", "inbox"],
"runtimePluginDependencies": ["agentBuilder", "agentContextLayer"],
"extraPublicDirs": ["common"]
}
}