'kibana.alert.rule.from' should be mapped as 'keyword' (#111793)

This commit is contained in:
Madison Caldwell 2021-09-09 22:19:06 -04:00 committed by GitHub
parent 163fa7d2e0
commit 820b1cafa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ export const technicalRuleFieldMap = {
required: false,
},
[Fields.ALERT_RULE_FROM]: {
type: 'date',
type: 'keyword',
array: false,
required: false,
},