Merge pull request #22879 from johtani/fix_documentation_error_in_date_histogram

[Doc]Not support "M" time unit in offset param
This commit is contained in:
Jun Ohtani 2017-02-03 16:40:08 +09:00 committed by GitHub
commit 7ea457955d

View File

@ -238,7 +238,7 @@ happens.
The `offset` parameter is used to change the start value of each bucket by the
specified positive (`+`) or negative offset (`-`) duration, such as `1h` for
an hour, or `1M` for a month. See <<time-units>> for more possible time
an hour, or `1d` for a day. See <<time-units>> for more possible time
duration options.
For instance, when using an interval of `day`, each bucket runs from midnight