mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
36 lines
806 B
JSON
36 lines
806 B
JSON
{
|
|
"id": "infra",
|
|
"version": "8.0.0",
|
|
"kibanaVersion": "kibana",
|
|
"requiredPlugins": [
|
|
"features",
|
|
"usageCollection",
|
|
"spaces",
|
|
"embeddable",
|
|
"data",
|
|
"dataEnhanced",
|
|
"visTypeTimeseries",
|
|
"alerting",
|
|
"triggersActionsUi",
|
|
"observability",
|
|
"ruleRegistry"
|
|
],
|
|
"optionalPlugins": ["ml", "home", "embeddable", "osquery"],
|
|
"server": true,
|
|
"ui": true,
|
|
"configPath": ["xpack", "infra"],
|
|
"requiredBundles": [
|
|
"observability",
|
|
"licenseManagement",
|
|
"kibanaUtils",
|
|
"kibanaReact",
|
|
"home",
|
|
"ml",
|
|
"embeddable"
|
|
],
|
|
"owner": {
|
|
"name": "Logs and Metrics UI",
|
|
"githubTeam": "logs-metrics-ui"
|
|
},
|
|
"description": "This plugin visualizes data from Filebeat and Metricbeat, and integrates with other Observability solutions"
|
|
}
|