mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
The problem here is that the code was ignoring buckets whose start time was before the start time of the extractor. However, this is not a good enough condition. For example, when there are no data in the bucket extra bucket that is being queried, the first bucket will be the one containing the start time. This commit fixes the issue by changing the condition to ignore buckets before the first bucket that includes the start time of the extraction. relates elastic/x-pack-elasticsearch#2519 Original commit: elastic/x-pack-elasticsearch@15c7d2655f