I found some error on documents while upgrading 7.1.0 and setting up security access
Where do I report that?
I found some error on documents while upgrading 7.1.0 and setting up security access
Where do I report that?
You can submit a PR or create an issue on the Elasticsearch repo.
What is the issue?
When you create a certificates it says to do it on /usr/share/elasticsearch/bin/config dir.
But on config file where it says to put following. it is not reading that conf file. and hence elasticsearch won't start
xpack.security.transport.ssl.keystore.path: elastic-certificates.p12
xpack.security.transport.ssl.truststore.path: elastic-certificates.p12
if you put that in /etc/elasticsearch then it works.
or if you put full path it works.
Also needs t change permission of that certificate or ownership to elasticsearch:elasticsearch. otherwise it throws java file permission error in log files.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.