kibana/x-pack/plugins/ml/server
Walter Rafelsberger 262e0754ff
[ML] Kibana API endpoint for histogram chart data (#70976)
- Introduces dedicated Kibana API endpoints as part of ML and transform plugin API endpoints and moves the logic to query and transform the required data from client to server.
- Adds support for sampling to retrieve the data for the field histograms. For now this is not configurable by the end user and is hard coded to 5000. This is to have a first iteration of this functionality in for 7.9 and protect users when querying large clusters. The button to enable the histogram charts now includes a tooltip that mentions the sampler.
2020-07-14 13:37:36 +02:00
..
client [ML] DF Analytics: add ability to edit job for fields supported by API (#70489) 2020-07-06 15:10:01 -04:00
lib [ML] Adding capabilities checks to shared functions (#70069) 2020-07-01 17:45:36 +01:00
models [ML] Kibana API endpoint for histogram chart data (#70976) 2020-07-14 13:37:36 +02:00
routes [ML] Kibana API endpoint for histogram chart data (#70976) 2020-07-14 13:37:36 +02:00
shared_services [ML] Changing shared module setup function parameters (#70589) 2020-07-03 08:30:17 +01:00
index.ts [ML] Consolidating shared types and util functions (#65247) 2020-05-07 12:23:42 +01:00
plugin.ts [ML] Adding capabilities checks to shared functions (#70069) 2020-07-01 17:45:36 +01:00
shared.ts [ML] Kibana API endpoint for histogram chart data (#70976) 2020-07-14 13:37:36 +02:00
types.ts [ML] Adding endpoint capability checks (#64662) 2020-04-29 18:25:48 +01:00