When following the installer instructions for my localhost install, I'm getting a Invalid config file (...): /Users/...enterprise-search.yml is not a valid YAML file.
In my elasticsearch.yml file I have xpack.security.enabled: true set and I have confirmed my ES instance is running at 9200.
Here is my enterprise-search.yml file (I took out all the comments as well, thinking I had a miskey somewhere):
secret_management.encryption_keys: [{SECRET_KEY}]
allow_es_settings_modification: true
elasticsearch.username: elastic
elasticsearch.password: PASSWORD
ent_search.external_url: http://localhost:3002
ent_search.listen_host: 127.0.0.1
ent_search.auth.source: standard