When I now try and connect to https://IP:5601 I get "This site can't be reached".
When I connect over https://IP:9200 I get put my user and password in and get a JSON prinout.
Seems as if Kibana to Elasticsearch is encrypted but Kibana to browser is not working over https properly?
In kibana.yml I had a line "elasticsearch.url: [..." which was erroring, it needs to be elasticsearch.hosts.
I had to provide it the full path to the ssl certificate and key, and give it permissions to these, though after doing so it now starts, but errors with:
FATAL Error 0906D06C:PEM routines:PEM_read_bio:no start line
Apparently kibana can't read .p12 certs, so will need to generate ones in .pem format. Will report back on this.
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.