Hello,
is there a way to configure external elasticsearch cluster . I have noticed flags in configuration files and tried to set up external cluster with this values.yaml flags on kubernetes
sonar.search.port: 9200
sonar.search.host: elasticsearch-master
is this supported as i run into bind issues during installation & configurations
thanks in advance
Chakri