Could you please help me to configure Kibana with elastic cluster without an enrollment token? Due to some constraint, I had removed the security settings from elasticsearch.yml file due to which I am not able to generate an enrollment token for Kibana.
[root@cb-1 bin]# ./elasticsearch-create-enrollment-token -s kibana
Unable to create enrollment token for scope [kibana]
ERROR: Unable to create an enrollment token. Elasticsearch node HTTP layer SSL configuration is not configured with a keystore
Which version of Elasticsearch are you using? I found a similar error in this thread with a note to a known issue and fix. Can you give that solution a try and let us know if it resolves your problem?
If you disabled security then you do not need an enrollment token for Kibana, you basically just need to configure the elasticsearch host that kibana will connect.
@leandrojmp thanks for your response. Can you tell me the steps on how to configure elasticsearch host to connect to kibana and which yml file I need to update?.
The kibana.yml is the default on which comes with installation. I just updated the host and port details to the file.
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.