hi I can't access to Elasticsearch host from kibana host , i tested this command and it not work
this cmd : curl -XGET es-ip-or-hostname:9200/ ,
the response of the command :
kibana@kibana:~$ curl -XGET 172.19.14.67:9200/
curl: (52) Empty reply from server
curl -XGET https://172.19.14.67:9200/
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
There is an explanation and a link. Have you taken a look at that?
This means, that there is actually a TLS connection made and your Elasticsearch cluster is using a encrpytion to communicate. This also means you need to configure Kibana to make sure it also uses encrypted connections to Elasticsearch.
The "-v" will display the headers coming back from the server and the "-k" will make curl ignore the self self signed certificate error so the page can actually be loaded.
I have other question please , my lab is( kibana and Elasticsearch installed in different virtuel machines ) i can access to kibana interface from http and now i want to access it from https did you help me
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.