-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to lunch Kibana #8
Comments
The following change to the public/index.js file in Kibana4's installation directory should solve your problem. Ref: elastic/kibana#5904 |
I suspect you're trying to launch Kibana-static against Elasticsearch 2.0. |
Thanks @mastropi @oleg-nenashev !!! |
I'm getting this error while launching the Kibana. Thanks in advance.
Error: [query_phase_execution_exception] Result window is too large, from + size must be less than or equal to: [10000] but was [2147483647]. See the scroll api for a more efficient way to request large data sets. This limit can be set by changing the [index.max_result_window] index level parameter.
at respond (http://localhost/kibana4-static-master/public/index.js?_b=7562:85308:15)
at checkRespForFailure (http://localhost/kibana4-static-master/public/index.js?_b=7562:85276:7)
at http://localhost/kibana4-static-master/public/index.js?_b=7562:83914:7
at wrappedErrback (http://localhost/kibana4-static-master/public/index.js?_b=7562:20902:78)
at wrappedErrback (http://localhost/kibana4-static-master/public/index.js?_b=7562:20902:78)
at wrappedErrback (http://localhost/kibana4-static-master/public/index.js?_b=7562:20902:78)
at http://localhost/kibana4-static-master/public/index.js?_b=7562:21035:76
at Scope.$eval (http://localhost/kibana4-static-master/public/index.js?_b=7562:22022:28)
at Scope.$digest (http://localhost/kibana4-static-master/public/index.js?_b=7562:21834:31)
at Scope.$apply (http://localhost/kibana4-static-master/public/index.js?_b=7562:22126:24)
The text was updated successfully, but these errors were encountered: