From 8dbbe220f58ce8ad990a10bc5000d1e782ddbd62 Mon Sep 17 00:00:00 2001 From: Madison Caldwell Date: Fri, 10 Sep 2021 00:30:37 -0400 Subject: [PATCH] 'kibana.alert.rule.from' should be mapped as 'keyword' (#111793) (#111819) --- .../common/assets/field_maps/technical_rule_field_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts b/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts index 3c8b96976792d..54a4b80a35bb4 100644 --- a/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts +++ b/x-pack/plugins/rule_registry/common/assets/field_maps/technical_rule_field_map.ts @@ -115,7 +115,7 @@ export const technicalRuleFieldMap = { required: false, }, [Fields.ALERT_RULE_FROM]: { - type: 'date', + type: 'keyword', array: false, required: false, },