-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Description
Elasticsearch is adding a new feature called "runtime fields" in 7.10. This meta issue tracks the changes that are required to the ML and Transforms Kibana plugins to support the use of runtime fields.
ML
- Source data grid table cells are empty for runtime fields defined in the mappings that are not present in
_source(7.10 - [ML] Add runtime fields support #78700) - Anomaly detection datafeed preview uses
_source(advanced wizard, jobs list) (7.10 - [ML] Add runtime fields support #78700) - Categorization job wizard prevents use of a runtime field defined in the mappings that is not present in
_source, failing at theNo examples for this field could be foundstep (7.10 - [ML] Add runtime fields support #78700) - Testing a custom_url which uses a runtime field for a job which has not yet created anomalies looks for field
_source(7.10 - [ML] Add runtime fields support #78700) - Not currently necessary, but
models/data_visualizer/data_visualizer.tsgets field examples for non aggregatable fields from_source. Probably worth changing to usefieldsAPI in casetextandgeo_pointare added to runtime types. (7.12 - [ML] Add embedded map to geo_point fields for Data Visualizer #88880) - Data Visualizer not showing search-time runtime fields (7.13 - [ML] Add search time runtime support for index based Data Visualizer #95252)
- Use full data button not working in the Anomaly detection job wizards when using a saved search with runtime fields (7.13 - [ML] Fix Anomaly Detection wizard full time range chart blank with saved search containing runtime fields #95700)
- Display anomaly charts for detectors with search-time runtime fields and no model plot (7.13 - [ML] Add runtime support for anomaly charts & add composite validations #96348)
- Job created from a saved search which uses a runtime field with a wildcard (e.g.
airline_rt: a*) removes the runtime field from the runtime_mappings when it isn't used as an influencer or partitioning field so job fails (7.13 - [ML] Improve check for runtime fields in datafeed query #98289)
Transforms
- Source data grid table cells are empty for runtime fields defined in the mappings that are not present in
_source(example belowresponsetimeplusis a runtime field) (7.10 - [ML] Add runtime fields support #78700)
- Add better UI support for runtime fields: (7.12 - [ML] Add better UI support for runtime fields Transforms #90363)
- Cloning transform job that includes runtime_mappings
- Support creating and cloning transform job where index pattern has runtime fields
- Add advanced runtime mapping editor - Data grid histograms are not displayed for search-time runtime fields (7.12 - [ML] Transforms: Fixes chart histograms for runtime fields. #93028)
We should switch from obtaining field values from _source and switch to using the new Elasticsearch fields API.
