Hello, I'm trying to follow the documentation to start up an enterprise search app found here: Download Elastic Enterprise Search | Elastic
Note: I am using debian 10 and installed deb packages through the elastic repo (all latest)
I've got Kibana and Elasticsearch running fine but when I try to start the Enterprise Search I am getting the error:
[2022-06-01T17:02:35.878+00:00][587][4004][app-server][INFO]: Elastic Enterprise Search version=8.2.2, JRuby version=9.3.3.0, Ruby version=2.6.8, Rails version=5.2.7
[2022-06-01T17:02:37.555+00:00][587][4004][app-server][ERROR]:
--------------------------------------------------------------------------------
Invalid config file (/usr/share/enterprise-search/config/enterprise-search.yml):
The setting '#/elasticsearch/ssl/certificate_authority' is not valid: error reading file '/etc/elasticsearch/certs/http_ca.crt'
--------------------------------------------------------------------------------
When I go to Kibana and click on Enterprise Search I am presented with this error:
I've followed the setup guide precisely and still running into issues. What am I missing?