kibana
{"name":"Kibana","hostname":"Goble004","pid":10872,"level":50,"err":{"message":"Request Timeout after 5000ms","name":"Error","stack":"Error: Request Timeout after 5000ms\n at null. (C:\Users\svelupula\kibana-4.1.0-windows\src\node_modules\elasticsearch\src\lib\transport.js:282:15)\n at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)"},"msg":"","time":"2016-08-08T17:56:42.879Z","v":0}
{"name":"Kibana","hostname":"Goble004","pid":10872,"level":60,"err":{"message":"Request Timeout after 5000ms","name":"Error","stack":"Error: Request Timeout after 5000ms\n at null. (C:\Users\svelupula\kibana-4.1.0-windows\src\node_modules\elasticsearch\src\lib\transport.js:282:15)\n at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)"},"msg":"","time":"2016-08-08T17:56:42.891Z","v":0}
If you need to run the 4.1 line, there is a 4.1.11 release. Not sure if it will solve your specific problem, but it'll make the feedback I'm getting from my team more accurate.
I apologize, but I'm slightly confused. Are you telling me things that you initially configured in order to create the issue, or did you find a solution to your problem?
Please bare with me, as I am trying to reproduce your scenario. I downloaded Kibana 4.1.11, and ES 1.7.4 and have them up and running and talking to each other. (Which it sounds like you did as well)
How did you install Shield? (I want to make sure I follow the same steps)
So I restarted from scratch, I re installed both kibana and ES (into a different directory than before). Just downloaded ES 1.7.4 (tried 1.7.5 as well) and Kibana 4.1.11 and ran both on the same machine.
Installed license to Elasticsearch: ./bin/plugin install elasticsearch/license/latest
Installed Shield to Elasticsearch: ./bin/plugin install elasticsearch/shield/latest
Added a kibana user to Shield: ./bin/shield/esusers useradd kuser -r kibana4 -p password
Added a kibana server user to Shield: ./bin/shield/esusers useradd kserver -r kibana4_server -p password
Modified my kibana.yml file to configure the kibana server credentials:
# If your Elasticsearch is protected with basic auth, this is the user credentials
# used by the Kibana server to perform maintence on the kibana_index at statup. Your Kibana
# users will still need to authenticate with Elasticsearch (which is proxied thorugh
# the Kibana server)
kibana_elasticsearch_username: kserver
kibana_elasticsearch_password: password
Start Elasticsearch .\bin\elasticsearch
Start Kibana (in kibana folder) .\bin\kibana
I was able to log in with the kibana user credentials. Are you able to get this far (without installing the third-party plugin)?
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.