Skip to content

Commit d700291

Browse files
kibanamachinejustinkambicshahzad31
authored
[Uptime] Add owner and description properties to Uptime's kibana.json (#101963) (#102041)
Co-authored-by: Shahzad <shahzad31comp@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Justin Kambic <justin.kambic@elastic.co> Co-authored-by: Shahzad <shahzad31comp@gmail.com>
1 parent 45ef7ba commit d700291

1 file changed

Lines changed: 8 additions & 18 deletions

File tree

x-pack/plugins/uptime/kibana.json

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
{
2-
"configPath": [
3-
"xpack",
4-
"uptime"
5-
],
2+
"configPath": ["xpack", "uptime"],
63
"id": "uptime",
74
"kibanaVersion": "kibana",
8-
"optionalPlugins": [
9-
"data",
10-
"home",
11-
"ml",
12-
"fleet"
13-
],
5+
"optionalPlugins": ["data", "home", "ml", "fleet"],
146
"requiredPlugins": [
157
"alerting",
168
"embeddable",
@@ -23,12 +15,10 @@
2315
"server": true,
2416
"ui": true,
2517
"version": "8.0.0",
26-
"requiredBundles": [
27-
"observability",
28-
"kibanaReact",
29-
"kibanaUtils",
30-
"home",
31-
"data",
32-
"ml"
33-
]
18+
"requiredBundles": ["observability", "kibanaReact", "kibanaUtils", "home", "data", "ml"],
19+
"owner": {
20+
"name": "Uptime",
21+
"githubTeam": "uptime"
22+
},
23+
"description": "This plugin visualizes data from from Synthetics and Heartbeat, and integrates with other Observability solutions."
3424
}

0 commit comments

Comments
 (0)