From e58a4de1beda3f9d132627446811619f0e62e0f8 Mon Sep 17 00:00:00 2001 From: Madison Caldwell Date: Thu, 9 Sep 2021 22:19:06 -0400 Subject: [PATCH] 'kibana.alert.rule.from' should be mapped as 'keyword' (#111793) --- .../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, },