-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Bug] Discover document query timeout - 8.12.0 #175216
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
@aarju Thanks for reporting! Can you confirm if any of the fields in the index mapping are of type Linking a couple of likely related issues for our future reference: |
This data view is from the AWS Cloudtrail integration. In the docs they mention 10 fields that are mapped as |
@christophercutajar just confirmed that the fields such as
|
like @davismcphee mentioned, this is high likely this issue in ES, elastic/elasticsearch#103298 so currently in Kibana we can't fix this, setting the issue to blocked |
@aarju it's been a while and elastic/elasticsearch#103298 was merged 8.14.0, 8.13.1 could you evaluate if the issue is still present? many thx! |
@kertal it looks like this bug is no longer present and this issue can be closed. Thanks! |
@aarju thx, great to hear! FYI @lukasolson @davismcphee |
Kibana version:
8.12.0
Elasticsearch version:
8.12.0
Describe the bug:
When running a wildcard query on our AWS Integration data view the Kibana data query will return quickly and update the timeline view, but the document view will take a long time to populate and sometimes will timeout.
While testing this in the dev tools console I found that by removing the
highlight
section of the query that is added in discover the query will return quickly as expected.Steps to reproduce:
In our cluster this query will timeout and not return results.
"highlight"
element from the json and re-run the queryIn our cluster this query returns results in 14s
Expected behavior:
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
The text was updated successfully, but these errors were encountered: