I have a kibana (4.3) server and a elasticsearch (2.1) node. I have shield plugin installed on elasticsearch node.
I have a kibana-user defined using the kibana4_user role and on the kibana.yml I have the associated kibana-user and password in place to authinticate.
When I got to my kibana_url:5601 I am getting the following errorl:
Error: [index_not_found_exception] no such index, with: {"index":"[logstash-*]"}
In hopes to add some light into what I am working with here are my configs/yml files... In regards to the yml files I will only add what I have added or altered... At the very bottom is my error I am getting...
Kibana Error: I have removed my url after http:// in the message
Error: [index_not_found_exception] no such index, with: {"index":"[logstash-*]"}
at respond (http://5601/bundles/kibana.bundle.js:76160:16)
at checkRespForFailure (http://:5601/bundles/kibana.bundle.js:76123:8)
at http://:5601/bundles/kibana.bundle.js:74741:8
at processQueue (http:///bundles/commons.bundle.js:42339:29)
at http://:5601/bundles/commons.bundle.js:42355:28
at Scope.$eval (http://:5601/bundles/commons.bundle.js:43583:29)
at Scope.$digest (http://:5601/bundles/commons.bundle.js:43394:32)
at Scope.$apply (http://:5601/bundles/commons.bundle.js:43691:25)
at done (http://5601/bundles/commons.bundle.js:38140:48)
at completeRequest (http://:5601/bundles/commons.bundle.js:38338:8)
You did not provide the config detail for your "kibana4_user" role, or the "users_roles" file to show that the id you use is mapped to the kibana4_users role. It would appear from your error that the role associated with the user you are using does not have access to the "logstash-*" index (your default index, i would assume).
I saw these same errors in 2 instances:
a) when i did not have my id mapped to the "kibana4" role (because i had no access to any indexes)
b) when i mapped my id to a new role (with access only to a specific index), at which point i no longer had access to the default index set in Kibana
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.