Elasticsearch settings in /etc/gitlab/gitlab.rb not used/mentioned/synced
The documentation on ElasticSearch integration (https://docs.gitlab.com/ee/integration/elasticsearch.html) mentions how to enable this feature using the web-UI. However in /etc/gitlab/gitlab.rb
are the following entries:
## ElasticSearch (EE only)
# gitlab_rails['elasticsearch_enabled'] = false
# gitlab_rails['elasticsearch_host'] = "localhost"
# gitlab_rails['elasticsearch_port'] = 9200
Seeing as we have ES setup and working, and these settings are disabled, I find this combination quite confusing and contradicting. The documentation mentions nothing about using this configuration file settings.