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

This commit is contained in:
Madison Caldwell 2021-09-10 00:30:37 -04:00 committed by GitHub
parent b321891db0
commit 8dbbe220f5
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,
},