Hi.
We are running Bitbucket Server 6.5.1 as a docker container (https://hub.docker.com/r/atlassian/bitbucket-server).
The container is configured NOT to start Elasticsearch in the container: ELASTICSEARCH_ENABLED: false
The reason we set ELASTICSEARCH_ENABLED although not running an external Elastic or a Datacenter version is that we saw Elasticsearch related exceptions in the log and tried to disable it. This was at least the intent.
However, we get the following warnings in the log:
2019-08-14 08:48:49,374 WARN  [Caesium-1-1]  c.a.b.i.s.i.IndexingSynchronizationService Unable to establish a connection to Elasticsearch during index synchronisation.
Can anyone give a hint on how to disable it?
Thanks in advance!
Hi Stefan,
You can add the plugin.search.codesearch.indexing.enabled=false parameter to bitbucket.properties to disable the indexing.
Cheers,
Christian
Premier Support Engineer
Atlassian
Hello Christian.
Thank you for your fast reply!
Is there a way to configure the docker image when starting it as a container or is this file the only way?
Thank you!
Kind regards,
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.