Update typo in date (#22955)

your example has yyy and it should be yyyy
This commit is contained in:
AlexNodex 2017-02-03 12:15:15 +00:00 committed by Clinton Gormley
parent 8ace37e214
commit fb8bdbc57a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ PUT my_index
"properties": { "properties": {
"date": { "date": {
"type": "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"
} }
} }
} }