From 554f911b40a3ae3d26b70a9160b4f533e87ce8c5 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Fri, 20 Nov 2020 10:51:55 +0000 Subject: [PATCH] Update date histogram doc --- .../date-histogram/date-histogram-aggregation-usage.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc b/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc index f888124ca28..5d0aed24070 100644 --- a/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc +++ b/docs/aggregations/bucket/date-histogram/date-histogram-aggregation-usage.asciidoc @@ -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.