mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Reporting] Update kibana.json files with owner information (#106463)
This commit is contained in:
parent
abee36d5bb
commit
7c86f599a6
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
"kibanaVersion": "kibana",
|
||||
"server": false,
|
||||
"ui": true,
|
||||
"owner": {
|
||||
"name": "Kibana Reporting Services",
|
||||
"githubTeam": "kibana-reporting-services"
|
||||
},
|
||||
"description": "Example integration code for applications to feature reports.",
|
||||
"optionalPlugins": [],
|
||||
"requiredPlugins": ["reporting", "developerExamples", "navigation", "screenshotMode"]
|
||||
}
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
"id": "reporting",
|
||||
"version": "8.0.0",
|
||||
"kibanaVersion": "kibana",
|
||||
"owner": {
|
||||
"name": "Kibana Reporting Services",
|
||||
"githubTeam": "kibana-reporting-services"
|
||||
},
|
||||
"description": "Reporting Services enables applications to feature reports that the user can automate with Watcher and download later.",
|
||||
"optionalPlugins": ["security", "spaces", "usageCollection"],
|
||||
"configPath": ["xpack", "reporting"],
|
||||
"requiredPlugins": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue