Skip to content

Commit

Permalink
[Uptime] Add owner and description properties to Uptime's kibana.json (
Browse files Browse the repository at this point in the history
…elastic#101963)

Co-authored-by: Shahzad <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2021
1 parent ec2ec6a commit 85710b3
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions x-pack/plugins/uptime/kibana.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
{
"configPath": [
"xpack",
"uptime"
],
"configPath": ["xpack", "uptime"],
"id": "uptime",
"kibanaVersion": "kibana",
"optionalPlugins": [
"data",
"home",
"ml",
"fleet"
],
"optionalPlugins": ["data", "home", "ml", "fleet"],
"requiredPlugins": [
"alerting",
"embeddable",
Expand All @@ -23,12 +15,10 @@
"server": true,
"ui": true,
"version": "8.0.0",
"requiredBundles": [
"observability",
"kibanaReact",
"kibanaUtils",
"home",
"data",
"ml"
]
"requiredBundles": ["observability", "kibanaReact", "kibanaUtils", "home", "data", "ml"],
"owner": {
"name": "Uptime",
"githubTeam": "uptime"
},
"description": "This plugin visualizes data from from Synthetics and Heartbeat, and integrates with other Observability solutions."
}

0 comments on commit 85710b3

Please sign in to comment.