kibana/x-pack/plugins/infra/kibana.json
Felix Stürmer 44d60c5fd2
[Logs UI] Access ML via the programmatic plugin API (#68905)
This modifies the routes related to log rate and category analysis to use the new programmatic APIs provided by the `ml` plugin to access the results index and job info. Because that access is facilitated via the request context, the log analysis lib was converted from classes to plain functions.

At the same time the routes have been updated to use the most recent validation and error handling patterns.
2020-06-25 15:06:27 +02:00

23 lines
366 B
JSON

{
"id": "infra",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"usageCollection",
"spaces",
"home",
"data",
"dataEnhanced",
"visTypeTimeseries",
"alerts",
"triggers_actions_ui"
],
"optionalPlugins": [
"ml"
],
"server": true,
"ui": true,
"configPath": ["xpack", "infra"]
}