mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
'kibana.alert.rule.from' should be mapped as 'keyword' (#111793)
This commit is contained in:
parent
163fa7d2e0
commit
820b1cafa0
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ export const technicalRuleFieldMap = {
|
|||
required: false,
|
||||
},
|
||||
[Fields.ALERT_RULE_FROM]: {
|
||||
type: 'date',
|
||||
type: 'keyword',
|
||||
array: false,
|
||||
required: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue