when I am trying to starting the kibana it is showing error like Authentication Exception
C:\Users\483551\Downloads\kibana-4.5.0-windows\kibana-4.5.0-windows\bin>kibana
log [12:34:17.608] [info][status][plugin:sense] Status changed from uninitia
lized to green - Ready
log [12:34:17.614] [info][status][plugin:kibana] Status changed from uniniti
alized to green - Ready
log [12:34:17.644] [info][status][plugin:elasticsearch] Status changed from
uninitialized to yellow - Waiting for Elasticsearch
log [12:34:17.653] [info][status][plugin:kbn_vislib_vis_types] Status change
d from uninitialized to green - Ready
log [12:34:17.656] [info][status][plugin:markdown_vis] Status changed from u
ninitialized to green - Ready
log [12:34:17.664] [info][status][plugin:metric_vis] Status changed from uni
nitialized to green - Ready
log [12:34:17.666] [info][status][plugin:spyModes] Status changed from unini
tialized to green - Ready
log [12:34:17.670] [info][status][plugin:statusPage] Status changed from uni
nitialized to green - Ready
log [12:34:17.673] [info][status][plugin:table_vis] Status changed from unin
itialized to green - Ready
log [12:34:17.679] [error][status][plugin:elasticsearch] Status changed from
yellow to red - Authentication Exception
log [12:34:17.687] [info][listening] Server running at http://localhost:5601
I am Not able to start the kibana ,status is showing RED
hi Mark ,
what is
server.ssl.key: /path/to/your/server.key
server.ssl.cert: /path/to/your/server.crt
and how to set this path, where can i find the path?
Paths to the PEM-format SSL certificate and SSL key files, respectively. These files enable SSL for outgoing requests from the Kibana server to the browser.
Replace /path/to/your/server.key with the local paths to your SSL certificate and key files.
These are files which you will need to generate yourself. There are lots of helpful tutorials to help you on the internet. If you would like to grab some for testing, you can use these: https://github.com/elastic/kibana/tree/master/test/dev_certs
It looks like you are cross posting the same question across multiple topics, please keep the questions to a single topic and it can be moved if needed.
If you access the Elasticsearch directly and provide the basic authentication with your credentials - do they work?
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.