kibana/x-pack/plugins/reporting/kibana.json
Tim Sullivan 6908fe7619
[Reporting] Use spaceId from request in export generation (#76998)
* [Reporting] Use spaceId from request in export generation

* remove todo that has been done

* whitespace

* use post params api in test

* add logging to core

* Update x-pack/plugins/reporting/server/export_types/printable_pdf/lib/get_custom_logo.ts

Co-authored-by: Joel Griffith <joel@joelgriffith.net>

* more logging

* fix interdependence and remove Promise.all

* getAbsoluteUrl have only 1 way to provide basePath

* --wip-- [skip ci]

* log apipath

* deleteAllReports at the end

* tests pass locally

* set config in the tests

* re-add skips of flaky tests

* test using csv:quoteValues

Co-authored-by: Joel Griffith <joel@joelgriffith.net>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-18 13:08:15 -07:00

27 lines
439 B
JSON

{
"id": "reporting",
"version": "8.0.0",
"kibanaVersion": "kibana",
"optionalPlugins": [
"security",
"spaces",
"usageCollection"
],
"configPath": ["xpack", "reporting"],
"requiredPlugins": [
"data",
"home",
"management",
"licensing",
"uiActions",
"embeddable",
"share",
"features"
],
"server": true,
"ui": true,
"requiredBundles": [
"kibanaReact",
"discover"
]
}