Kibana and shield authentication issue

I followed all the tutorials and read the documentation very carefully. I still get this error though at kibana logs though, it just doesn't show any data and i have ssl false.
Anyone can help?
Thank you in advance!

at IncomingMessage.emit (events.js:117:20)\n at _stream_readable.js:944:16\n at process._tickCallback (node.js:442:13)"},"msg":"","time":"2015-11-02T12:20:03.487Z","v":0}
{"name":"Kibana","hostname":"kibana","pid":27900,"level":60,"err":{"message":"unknown error","name":"Error","stack":"Error: unknown error\n at respond (/opt/kibana/src/node_modules/elasticsearch/src/lib/transport.js:237:15)\n at checkRespForFailure (/opt/kibana/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n at HttpConnector.anonymous
(/opt/kibana/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n at IncomingMessage.bound (/opt/kibana/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/baseBind.js:56:17)\n at IncomingMessage.emit (events.js:117:20)\n at _stream_readable.js:944:16\n at process._tickCallback (node.js:442:13)"},"msg":"","time":"2015-11-02T12:20:03.491Z","v":0}

What does your KB and Shield configs look like?

Oh i solved it, i didn't authenticated elastic search clusters in the celery task. That was the error.

1 Like