olivere / elastic

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
https://olivere.github.io/elastic/
MIT License
7.39k stars 1.15k forks source link

How can I use Offset in date_histogram of composite aggregation? #1687

Open raidenxu opened 2 months ago

raidenxu commented 2 months ago

There is Offset in date_histogram of composite aggregation since Elasticsearch 7.6

https://www.elastic.co/guide/en/elasticsearch/reference/7.6/search-aggregations-bucket-composite-aggregation.html#_date_histogram

Any support?