Disable watermark in sonarqube Community EditionVersion 8.5.1 in from non-DCE standalone server

i tried several options to disable elasticsearch watermark disk, but noone of theme is actually working:
.edit sonar/elasticsearch/config/elasticsearch.yml with:
cluster.routing.allocation.disk.watermark.enable_for_single_data_node: false
.edit sonar/conf/sonar.properties with:
sonar.search.javaAdditionalOpts=-Dcluster.routing.allocation.disk.threshold_enabled=false -
Dcluster.routing.allocation.disk.watermark.enable_for_single_data_node: false
.after that reindexing with:
rm -rf /sonar/data/es*
but the [o.e.c.r.a.DiskThresholdMonitor] flood stage disk watermark [95%] exceeded on still appearing.

Is there some fix to disable watermark on sonarqube ?

Hi,

Welcome to the community!

Sorry, but you’ll just need to free up some disk space.

 
:woman_shrugging:
Ann