Skip to content

Commit 5b79807

Browse files
Update date histogram doc (#5108) (#5130)
Co-authored-by: Steve Gordon <sgordon@hotmail.co.uk>
1 parent 04b8a2f commit 5b79807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A multi-bucket aggregation similar to the histogram except it can only be applie
1919
From a functionality perspective, this histogram supports the same features as the normal histogram.
2020
The main difference is that the interval can be specified by date/time expressions.
2121

22-
NOTE: When specifying a `format` **and** `extended_bounds` or `missing`, in order for Elasticsearch to be able to parse
22+
NOTE: When specifying a `format` **and** `extended_bounds`, `hard_bounds` or `missing`, in order for Elasticsearch to be able to parse
2323
the serialized `DateTime` of `extended_bounds` or `missing` correctly, the `date_optional_time` format is included
2424
as part of the `format` value.
2525

0 commit comments

Comments
 (0)