-
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: Cannot read property 'result' of undefined #16975
Comments
Hi, sorry for chiming in so late. Somehow this bug didn't get visibility. It looks like this was fixed but only in 6.3. The fix should be re-applied and backported for older versions |
@tsullivan @chrisronline - any ideas what the bug reference is for this issue? I am curious what previous releases the fix will be back-ported to and whether that includes any 5.x releases of Kibana. |
Hi, sorry that I missed this issue is still open. The severity seems pretty high since it doesn't look like there are any workarounds. It should be fixed and backported. If it affects 5.x, it should be backported to that. |
@gmoskovicz Is there a simple way to reproduce this? |
From what i have seen this should be happening when Elasticsearch returns a |
you might need to check the Health of ElasticSearch |
@chrisronline Given that #5420 was merged, do you feel comfortable with this being closed? |
Yes! Thanks for the reminder |
Kibana version: 6.1.1
Elasticsearch version: 6.1.1
Server OS version: Any
Browser version: Any
Browser OS version: Any
Original install method (e.g. download page, yum, from source, etc.): Zip
Description of the problem including expected versus actual behavior:
Kibana throws an error when it doesn't seems to be able to retrieve the results from the kibana index. This seems to happen when all shard fails for a 429:
When this happens, Kibana instead of logging in Json format, it logs the
Unhandled rejection TypeError
as normal lines.The text was updated successfully, but these errors were encountered: