Kibana not showing my index

Hi,

I'm using KB3 and ES1.7, and I can see my index in ES correctly:
curl -XGET '127.0.0.1:9200/library/_search?pretty
(The results are good, but pretty long. I also compared this to other indexes that I can see in KB and it seems good)

In KB I have configured a simple dashboard with the "library" index, and an "All Events" table. I can see the fields in the table (since I checked the preload fields checkbox), but I still can't see the results (documents).

What should I do?
Thanks.

How long are we talking? Kilobytes? Megabytes? I'm wondering if perhaps the browser is choking trying to parse those documents.

Also, if you open the network monitoring in your browser, do you see any errors?