mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Uptime] Add owner and description properties to Uptime's kibana.json (#101963)
Co-authored-by: Shahzad <shahzad31comp@gmail.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
ec2ec6ab40
commit
85710b344f
1 changed files with 8 additions and 18 deletions
|
@ -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",
|
||||
|
@ -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."
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue