Update typo in date (#22955)
your example has yyy and it should be yyyy
This commit is contained in:
parent
8ace37e214
commit
fb8bdbc57a
|
@ -74,7 +74,7 @@ PUT my_index
|
|||
"properties": {
|
||||
"date": {
|
||||
"type": "date",
|
||||
"format": "yyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
|
||||
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue