Problem on elasticsearch document

I found some error on documents while upgrading 7.1.0 and setting up security access

Where do I report that?

https://www.elastic.co/blog/getting-started-with-elasticsearch-security?blade=fbs&fbclid=IwAR3xB7sS26ak9BsOVzHWjVorAVLHwxuQKA1aWM4SIJy_n58TQUXg4zsOqrI

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.