Skip to content

Commit

Permalink
'kibana.alert.rule.from' should be mapped as 'keyword' (#111793)
Browse files Browse the repository at this point in the history
  • Loading branch information
madirey committed Sep 10, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent be36a70 commit c4d135f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -120,7 +120,7 @@ export const technicalRuleFieldMap = {
required: false,
},
[Fields.ALERT_RULE_FROM]: {
type: 'date',
type: 'keyword',
array: false,
required: false,
},

0 comments on commit c4d135f

Please sign in to comment.