Skip to content

Commit

Permalink
Fix configPath for xpack plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdover committed Mar 23, 2020
1 parent a49bc02 commit 6fcbd00
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 4 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/advanced_ui_actions/kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "advancedUiActions",
"version": "kibana",
"configPath": ["xpack", "advanced_ui_actions"],
"requiredPlugins": [
"embeddable",
"uiActions"
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/alerting_builtins/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["alerting"],
"configPath": ["xpack", "alerting_builtins"],
"ui": false
}
2 changes: 1 addition & 1 deletion x-pack/plugins/data_enhanced/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack"
"xpack", "data_enhanced"
],
"requiredPlugins": [
"data"
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/drilldowns/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "kibana",
"server": false,
"ui": true,
"configPath": ["xpack", "drilldowns"],
"requiredPlugins": [
"uiActions",
"embeddable"
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/features/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"optionalPlugins": ["timelion"],
"configPath": ["xpack", "features"],
"server": true,
"ui": false
}
3 changes: 2 additions & 1 deletion x-pack/plugins/lens/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"kibanaVersion": "kibana",
"server": true,
"ui": false,
"optionalPlugins": ["usageCollection", "taskManager"]
"optionalPlugins": ["usageCollection", "taskManager"],
"configPath": ["xpack", "lens"]
}
1 change: 1 addition & 0 deletions x-pack/plugins/observability/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"id": "observability",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "observability"],
"ui": true
}
1 change: 1 addition & 0 deletions x-pack/plugins/oss_telemetry/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["usageCollection", "taskManager"],
"configPath": ["xpack", "oss_telemetry"],
"ui": false
}
1 change: 1 addition & 0 deletions x-pack/plugins/reporting/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"id": "reporting",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "reporting"],
"requiredPlugins": [
"home",
"management",
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/searchprofiler/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["devTools", "home", "licensing"],
"configPath": ["xpack", "searchprofiler"],
"server": true,
"ui": true
}
3 changes: 2 additions & 1 deletion x-pack/plugins/triggers_actions_ui/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"server": false,
"ui": true,
"optionalPlugins": ["alerting", "alertingBuiltins"],
"requiredPlugins": ["management", "charts", "data"]
"requiredPlugins": ["management", "charts", "data"],
"configPath": ["xpack", "trigger_actions_ui"]
}
2 changes: 1 addition & 1 deletion x-pack/plugins/uptime/kibana.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"configPath": ["xpack"],
"configPath": ["xpack", "uptime"],
"id": "uptime",
"kibanaVersion": "kibana",
"requiredPlugins": ["alerting", "features", "licensing", "usageCollection"],
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/watcher/kibana.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"id": "watcher",
"configPath": ["xpack", "watcher"],
"version": "kibana",
"requiredPlugins": [
"home",
Expand Down

0 comments on commit 6fcbd00

Please sign in to comment.