Skip to content

Commit 5614a46

Browse files
Hearenjrodewig
authored andcommitted
[DOCS] Correct conditional clause in histogram agg docs (#45643)
1 parent 18d6db6 commit 5614a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ the `order` setting. Supports the same `order` functionality as the <<search-agg
184184

185185
==== Offset
186186

187-
By default the bucket keys start with 0 and then continue in even spaced steps of `interval`, e.g. if the interval is 10 the first buckets
187+
By default the bucket keys start with 0 and then continue in even spaced steps of `interval`, e.g. if the interval is 10, the first three buckets
188188
(assuming there is data inside them) will be [0 - 9], [10-19], [20-29]. The bucket boundaries can be shifted by using the `offset` option.
189189

190190
This can be best illustrated with an example. If there are 10 documents with values ranging from 5 to 14, using interval `10` will result in

0 commit comments

Comments
 (0)