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 cd4b0a2b48a85..82ce5a3e267a4 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 @@ -120,7 +120,7 @@ export const technicalRuleFieldMap = { required: false, }, [Fields.ALERT_RULE_FROM]: { - type: 'date', + type: 'keyword', array: false, required: false, },