Skip to content

Commit 52aa01f

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 2a6fec7 commit 52aa01f

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
@@ -238,7 +238,7 @@ happens.
238238

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

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

0 commit comments

Comments
 (0)