kibana/x-pack/plugins/transform/common
Walter Rafelsberger dfcb1794d4
[ML] Transforms: Fix handling of fields with keyword mapping available (#98882)
- For groupby/agg configs, removes the .keyword postfix for the agg name and field name being displayed. The config itself will still use the field name including .keyword.
- For histogram charts, if available, query data using the .keyword field. This enables support for charts for terms when there's both a text and keyword variant.
- Fixes isKeywordDuplicate check for field names with multiple dots in them.
2021-05-04 16:21:27 +02:00
..
api_schemas [ML] Adds waiting state for transforms. (#98592) 2021-04-29 10:17:22 +02:00
types [ML] Refactor imports using 'elasticsearch' to '@elastic/elasticsearch'. Extend 'isPopulatedOjbect()'. (#95651) 2021-04-01 11:46:17 +02:00
utils [ML] Transforms: Fix handling of fields with keyword mapping available (#98882) 2021-05-04 16:21:27 +02:00
constants.ts [ML] Adds waiting state for transforms. (#98592) 2021-04-29 10:17:22 +02:00
shared_imports.ts [ML] Refactor imports using 'elasticsearch' to '@elastic/elasticsearch'. Extend 'isPopulatedOjbect()'. (#95651) 2021-04-01 11:46:17 +02:00