-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Time range causing empty result #127262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
:Analytics/Aggregations
Aggregations
blocker
>bug
:Search/Search
Search-related issues that do not fall into other categories
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Team:Search
Meta label for search team
Comments
Behavior is troubling, I am not sure whats up here. But, adding the filter to the query returns valid buckets
Or a simple exists query (which likely gets rewritten to a match_all):
But, indeed, the following returns nothing:
|
Likely related: #126955 |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Pinging @elastic/es-search (Team:Search) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Analytics/Aggregations
Aggregations
blocker
>bug
:Search/Search
Search-related issues that do not fall into other categories
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Team:Search
Meta label for search team
Elasticsearch Version
9.1.0-SNAPSHOT
Installed Plugins
No response
Java Version
bundled
OS Version
Darwin Kernel Version 24.3.0
Problem Description
In my investigation of elastic/kibana#218953, I found that the ES server is giving different results in the
9.1.0-SNAPSHOT
version compared to previous versions. See the "Steps to reproduce" section for a more thorough description.Steps to Reproduce
Enter
export ES_SNAPSHOT_MANIFEST="https://storage.googleapis.com/kibana-ci-es-snapshots-daily/9.1.0/archives/20250418-021642_492b0363/manifest.json"
into your command windowEnter
yarn es snapshot
into the same command windowEnter
yarn start
into another command windowInstall Web Logs sample data
Navigate to the dev console
Enter the following query:
In the 9.1.0-SNAPSHOT version, it returns an empty result:
But when testing in 8.18 Kibana, it returns the expected filtered values:
However, when I remove the time range filter from the 9.1.0-SNAPSHOT query, I no longer get empty buckets:
Query:
Result:
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: