Kibana error when http

Hello
I need some help with this installtion that iam doing.
I have some problems when trying to access kibana via http.
I get a error and kibana cant load. See the image and pastebin for the output.
What do you think ? What have i done wrong ?
http://pastebin.com/tBp1ZA5Y

http://imgur.com/HkJClVJ

I see you are using Firefox. Can you try installing Firebug, open the network tab for this page, and refresh the screen?

You might see a network requests that resulted in an error code.

I had this error when I had changed network.host property in my elasticsearch.yml, but had not updated it in kibana.yml - In kibana.yml it still said localhost for elasticsearch url.

Well Firebug did find something but im not quite sure what.
I get requests and on the last POST i get a error.
200 OKlocalhost:5601116 B127.0.0.1:5601 47msPOST _search?fields=500 Internal Server Errorlocalhost:5601864 B127.0.0.1:5601

This is the response error :
{"error":{"root_cause":[{"type":"query_phase_execution_exception","reason":"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."}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query_fetch","grouped":true,"failed_shards":[{"shard":0,"index":".kibana","node":"18UcO1ELStGfRawJXUX9hQ","reason":{"type":"query_phase_execution_exception","reason":"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."}}]},"status":500}

What do you think ? Im not sure what this is referring to ""Result window is too large, from + size must be less than or equal to: [10000] but was [2147483647"

Does this happen when you try to export data out of Kibana, or are you just completely unable to use Kibana?

Which version of Kibana are you using?