kibana/x-pack/plugins/apm/kibana.json
Nathan Reese 609d60705e
[Maps] provide function to create basemap layer descriptor (#85617)
* [Maps] provide function to create basemap layer descriptor

* update typing

* update APM map to use createBasemapLayerDescriptor

* fix useLayerList jest test

* tslint fixes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-12-15 12:40:44 -07:00

43 lines
648 B
JSON

{
"id": "apm",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"apmOss",
"data",
"licensing",
"triggersActionsUi",
"embeddable",
"infra"
],
"optionalPlugins": [
"cloud",
"usageCollection",
"taskManager",
"actions",
"alerts",
"observability",
"security",
"ml",
"home",
"maps"
],
"server": true,
"ui": true,
"configPath": [
"xpack",
"apm"
],
"extraPublicDirs": [
"public/style/variables"
],
"requiredBundles": [
"kibanaReact",
"kibanaUtils",
"observability",
"home",
"maps",
"ml"
]
}