Skip to content

Commit 8137a2e

Browse files
committed
Merge pull request #22879 from johtani/fix_documentation_error_in_date_histogram
[Doc]Not support "M" time unit in offset param
1 parent ed054b7 commit 8137a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ happens.
211211

212212
The `offset` parameter is used to change the start value of each bucket by the
213213
specified positive (`+`) or negative offset (`-`) duration, such as `1h` for
214-
an hour, or `1M` for a month. See <<time-units>> for more possible time
214+
an hour, or `1d` for a day. See <<time-units>> for more possible time
215215
duration options.
216216

217217
For instance, when using an interval of `day`, each bucket runs from midnight

0 commit comments

Comments
 (0)