mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
# Backport This will backport the following commits from `main` to `8.8`: - [[Logs/APM] Get context menu items from triggers (#157131)](https://github.com/elastic/kibana/pull/157131) <!--- Backport version: 7.3.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT {commits} BACKPORT-->
44 lines
1,020 B
JSON
44 lines
1,020 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/infra-plugin",
|
|
"owner": "@elastic/infra-monitoring-ui",
|
|
"description": "This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions",
|
|
"plugin": {
|
|
"id": "infra",
|
|
"server": true,
|
|
"browser": true,
|
|
"configPath": ["xpack", "infra"],
|
|
"requiredPlugins": [
|
|
"alerting",
|
|
"cases",
|
|
"charts",
|
|
"data",
|
|
"dataViews",
|
|
"discover",
|
|
"embeddable",
|
|
"features",
|
|
"lens",
|
|
"observability",
|
|
"observabilityShared",
|
|
"ruleRegistry",
|
|
"security",
|
|
"share",
|
|
"triggersActionsUi",
|
|
"uiActions",
|
|
"unifiedSearch",
|
|
"usageCollection",
|
|
"visTypeTimeseries"
|
|
],
|
|
"optionalPlugins": ["spaces", "ml", "home", "embeddable", "osquery"],
|
|
"requiredBundles": [
|
|
"unifiedSearch",
|
|
"observability",
|
|
"licenseManagement",
|
|
"kibanaUtils",
|
|
"kibanaReact",
|
|
"ml",
|
|
"embeddable",
|
|
"controls"
|
|
]
|
|
}
|
|
}
|