I have seen many folks asking the same question but nowhere we found the solution . I have recently downloaded Kibana 4.2.1 along with ES 2.1.0 . I do not have any index so just tried to check the look and feel of Kibana . Now after hitting localhost:5601 I can only see a blank screen/page . I tried to navigate to the settings tab but nothing happened.
Solution I tried to implement
I was following After installation on Kibana 4.2.0 the page is blank #12 and here they recommended that issue has been fixed and 3 files have been modified .
saved_object.js
file_upload.js
_objects.js
So I changed above 3 files from here.Still situation is same.
Please suggest what needs to be done here as Kibana is not working as the way it was working in the older versions.
Even I tried creating an index . So in ES 2.1.0 I have created an index and I can see 2 indexes in sense
GET /_cat/indices/?v
health status index pri rep docs.count docs.deleted store.size pri.store.size
yellow open .kibana 1 1 4 0 12.2kb 12.2kb
yellow open corr_te 5 1 100 0 654.5kb 654.5kb
Still Kibana screen is blank .I can only see all the blank tabs i.e Discover , Settings etc
I did the same so I tested it with kibana 4.3 still same situation . Now when I put new index name in the search to create index Kibana is keep on searching for 5 min and then throws an error
The problem was with the environment, I mean I was facing this issue on Windows 8 32 bit V2.0 .
I moved this stack to 64 bit Windows server 2012 R2 standard and things working smoothly . So my recommendation would be change your OS . I guess the main problem is with 32 bit version .
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.