kubernetes - kibana in the kebernets cluster doesn't work -
i'm facing issue following when append logging addon kubernete cluster ,the kibana doesn't work,any clue troubleshoot it? thank in advance.
kubectl pod/kibana-logging-v1-mertn --namespace=kube-system
name ready status restarts age
kibana-logging-v1-mertn 0/1 crashloopbackoff 8 21m
kubectl logs pod/kibana-logging-v1-mertn --namespace=kube-system
elasticsearch_url=http://elasticsearch-logging.kube-system:9200 {"@timestamp":"2016-04-19t02:39:08.559z","level":"error","message":"service unavailable","node_env":"production","error":{"message":"service unavailable","name":"error","stack":"error: service unavailable\n @ respond (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:235:15)\n @ checkrespforfailure (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n @ httpconnector.<anonymous> (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n @ incomingmessage.bound (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/basebind.js:56:17)\n @ incomingmessage.emit (events.js:117:20)\n @ _stream_readable.js:944:16\n @ process._tickcallback (node.js:442:13)\n"}} {"@timestamp":"2016-04-19t02:39:08.652z","level":"fatal","message":"service unavailable","node_env":"production","error":{"message":"service unavailable","name":"error","stack":"error: service unavailable\n @ respond (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:235:15)\n @ checkrespforfailure (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:203:7)\n @ httpconnector.<anonymous> (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/connectors/http.js:156:7)\n @ incomingmessage.bound (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/node_modules/lodash-node/modern/internals/basebind.js:56:17)\n @ incomingmessage.emit (events.js:117:20)\n @ _stream_readable.js:944:16\n @ process._tickcallback (node.js:442:13)\n"}}
how did create kibana? did create elasticsearch service talk to?
did follow the guide setting during cluster creation?
Comments
Post a Comment