0

I am having trouble getting Kibana to connect to elasticsearch. The error I get is below;

plugin:elasticsearch@5.6.1 Request Timeout after 3000ms

Elasticsearch has been deployed via kubernetes and runs as a service called monitoring-es with a cluster IP of 100.63.124.194.

In my Kibana.yml file I have set the elasticsearch url as;

elasticsearch.url: "http://100.63.124.194:9200"

However I still get the same error. Is this the correct value or is there something I am missing?

Thanks

user3013325
  • 211
  • 2
  • 4
  • 13
  • Can you add manifest files (Elastic Search and Kibana) to your questions? – Suresh Vishnoi Nov 22 '17 at 19:52
  • Does elasticsearch and kibana is in the same server? If yes try this: elasticsearch.url: "http://localhost:9200" – Lax Nov 23 '17 at 03:47
  • _Does elasticsearch and kibana is in the same server?_ unless kibana has spontaneously changed to a server-side app, that 100% won't work: the requests from kibana to ES come from _your browser_ not from inside kibana – mdaniel Nov 23 '17 at 06:12
  • Kibana and Elasticsearch run on 2 different servers. – user3013325 Nov 24 '17 at 09:15
  • Can you provide the logs for the elasticsearch container? Also, if you kubectl exec into elasticsearch container, can you curl localhost:9200? – whites11 Dec 08 '17 at 07:56
  • Seem to be getting 'missing authentication token for rest request' error when trying to curl – user3013325 Dec 15 '17 at 11:07

0 Answers0