Skip to content

Commit

Permalink
Update _aggregations/bucket/auto-interval-date-histogram.md
Browse files Browse the repository at this point in the history
Signed-off-by: Melissa Vagi <[email protected]>
  • Loading branch information
vagimeli authored Jul 3, 2024
1 parent daef30e commit aa2f3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _aggregations/bucket/auto-interval-date-histogram.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `auto_date_histogram` aggregation automatically creates date histogram bucke

To use the `auto_date_histogram` aggregation, you need to specify the field containing the date or timestamp values. Additionally, you can provide optional parameters to customize the behavior of the aggregation.

For example, you can use the `auto_date_histogram` aggregation to :
For example, you can use the `auto_date_histogram` aggregation to create date-based buckets:

```json
GET /sample-index/_search
Expand Down

0 comments on commit aa2f3ae

Please sign in to comment.