Skip to content

Commit

Permalink
Update date histogram doc (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon authored Nov 26, 2020
1 parent 64e5dfc commit 949b665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A multi-bucket aggregation similar to the histogram except it can only be applie
From a functionality perspective, this histogram supports the same features as the normal histogram.
The main difference is that the interval can be specified by date/time expressions.

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

Expand Down

0 comments on commit 949b665

Please sign in to comment.