mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
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…
x
Reference in New Issue
Block a user