-
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
[Logs UI] Flyoutitemquery never completes and has consistent timeouts on small cluster with large number of indices #38240
Comments
Pinging @elastic/infra-logs-ui |
I couldn't reproduce it, because I probably don't have a sufficiently large dataset.
A reasonable request. It's similar to #40882, but for the log item query.
That's a possibility, which I will investigate. Should be fixable. |
Just to confirm - this is still an issue in 6.8.6 I have not yet considered 7.x |
Reproduced in 7.x |
Note that PR does not resolve the displaying of an error. It resolves the underlying conditions though. |
Kibana version: 6.8
Elasticsearch version: 6.8
Server OS version: CentOS 7 latest
Browser version: Safari
Browser OS version: 12.1.1
Original install method (e.g. download page, yum, from source, etc.): yum
Description of the problem including expected versus actual behavior:
When streaming logs on Logs everything is loading nicely and fast. However, once you click an item to view the log entry details, the slide out sticks on Loading and never loads. Inspecting network we can see the flyoutitemquery takes 30 seconds and fails and returns a timeout.
Expected:
Thoughts:
Is it because there is no index mentioned in the flyoutitemquery, so ES has to scan all indices for the given ID?
Steps to reproduce:
Errors in browser console (if relevant):
None
Provide logs and/or server output (if relevant):
N/A
The text was updated successfully, but these errors were encountered: