kibana/x-pack/plugins/apm/kibana.json
Kyle Pollich 059ed0821a
[Integrations UI] Add support for custom asset definitions in Integration assets tab (#103554)
* Add UI extension logic for assets + set up custom log views

* Add endpoint security UI extension

* Add synthetics ui extension

* Address PR feedback

- Remove default filter for log stream url
- Fix missing basePath prepend on asset urls
- Expand accordion by default on assetless integrations

* Fix type errors

* Add initial APM extension setup

* Fix missing ExtensionWrapper for enrollment extension

* Fix custom logs asset extension

* Fix type errors

* Add new hook for enrollment flyout ui extensions

* Address PR review + refactor UI extension usage for flyout

* Update limits.yml via script

* Fix type errors

* Add tests for custom assets UI extensions

* Update tests for flyout

* Remove unused import

* Fix type errors in ui extension tests

* Skip view data tests and link to issue

* Use RedirectAppLinks + fix synthetics link

* Use constants for app ID's where possible

* Revert limits.yml

* Fix lazy imports for custom asset components

* Update endpoint custom assets link + description

* Add translation for custom assets UI

* Address PR review in APM

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-01 18:41:17 -04:00

41 lines
641 B
JSON

{
"id": "apm",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"apmOss",
"data",
"embeddable",
"features",
"fleet",
"infra",
"licensing",
"observability",
"ruleRegistry",
"triggersActionsUi"
],
"optionalPlugins": [
"actions",
"alerting",
"cloud",
"home",
"maps",
"ml",
"security",
"spaces",
"taskManager",
"usageCollection"
],
"server": true,
"ui": true,
"configPath": ["xpack", "apm"],
"requiredBundles": [
"fleet",
"home",
"kibanaReact",
"kibanaUtils",
"maps",
"ml",
"observability"
]
}