[Reporting] Update kibana.json files with owner information (#106463)

This commit is contained in:
Tim Sullivan 2021-07-22 01:03:37 -07:00 committed by GitHub
parent abee36d5bb
commit 7c86f599a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -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"]
}

View file

@ -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": [