Hey,
I am trying to setup SSL with Kibana, and am running into an odd permission error. It is an RPM install on Linux and I am using the same file for Elasticsearch and it is working without issue.
Error received when starting Kibana
FATAL { Error: EACCES: permission denied, open '/etc/elasticsearch/x-pack/elastic/elastic.key'
Kibana.yml excerpt
server.ssl.enabled: true
server.ssl.certificate: /etc/elasticsearch/x-pack/elastic/elastic.crt
server.ssl.key: /etc/elasticsearch/x-pack/elastic/elastic.key
Permissions on the .key file
-rw-r--r--. 1 root root /etc/elasticsearch/x-pack/elastic/elastic.key
Any guidance would be greatly appreciated.