Skip to content
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

Closed
venkatesh87 opened this issue Feb 27, 2016 · 4 comments
Closed

Unable to lunch Kibana #8

venkatesh87 opened this issue Feb 27, 2016 · 4 comments

Comments

@venkatesh87
Copy link

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)

@mastropi
Copy link

The following change to the public/index.js file in Kibana4's installation directory should solve your problem.
Replace the line that reads (around line 87923, depending on your Kibana version):
size: 2147483647
with:
size: 10000

Ref: elastic/kibana#5904

@oleg-nenashev
Copy link
Collaborator

I suspect you're trying to launch Kibana-static against Elasticsearch 2.0.
I suppose the issue is solved by #10, which provides a patch for ES 2.x.

@venkatesh87
Copy link
Author

Thanks @mastropi @oleg-nenashev !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants