Skip to content

Commit

Permalink
Add owner to APM and Observability plugin kibana.json (#107201)
Browse files Browse the repository at this point in the history
As described in #103016.
  • Loading branch information
smith authored Jul 30, 2021
1 parent b072a5d commit 121bccb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 24 deletions.
8 changes: 5 additions & 3 deletions src/plugins/apm_oss/kibana.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"id": "apmOss",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
},
"version": "8.0.0",
"server": true,
"kibanaVersion": "kibana",
"configPath": [
"apm_oss"
],
"configPath": ["apm_oss"],
"ui": true,
"requiredPlugins": ["home"]
}
11 changes: 6 additions & 5 deletions x-pack/plugins/apm/kibana.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"id": "apm",
"owner": {
"name": "APM UI",
"gitHubTeam": "apm-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
Expand Down Expand Up @@ -28,10 +32,7 @@
],
"server": true,
"ui": true,
"configPath": [
"xpack",
"apm"
],
"configPath": ["xpack", "apm"],
"requiredBundles": [
"fleet",
"home",
Expand All @@ -41,4 +42,4 @@
"ml",
"observability"
]
}
}
23 changes: 7 additions & 16 deletions x-pack/plugins/observability/kibana.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
{
"id": "observability",
"owner": {
"name": "Observability UI",
"gitHubTeam": "observability-ui"
},
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": [
"xpack",
"observability"
],
"optionalPlugins": [
"home",
"discover",
"lens",
"licensing",
"usageCollection"
],
"configPath": ["xpack", "observability"],
"optionalPlugins": ["home", "discover", "lens", "licensing", "usageCollection"],
"requiredPlugins": [
"alerting",
"cases",
Expand All @@ -24,9 +19,5 @@
],
"ui": true,
"server": true,
"requiredBundles": [
"data",
"kibanaReact",
"kibanaUtils"
]
"requiredBundles": ["data", "kibanaReact", "kibanaUtils"]
}

0 comments on commit 121bccb

Please sign in to comment.