Skip to content

Commit

Permalink
'kibana.alert.rule.from' should be mapped as 'keyword' (#111793) (#11…
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey authored Sep 10, 2021
1 parent b321891 commit 8dbbe22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const technicalRuleFieldMap = {
required: false,
},
[Fields.ALERT_RULE_FROM]: {
type: 'date',
type: 'keyword',
array: false,
required: false,
},
Expand Down

0 comments on commit 8dbbe22

Please sign in to comment.