]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13976 update ports description and raise security awareness for ES upgrade
authormichaelbirnstiehl <michael.birnstiehl@sonarsource.com>
Fri, 30 Oct 2020 19:38:06 +0000 (14:38 -0500)
committersonartech <sonartech@sonarsource.com>
Thu, 5 Nov 2020 20:06:22 +0000 (20:06 +0000)
server/sonar-docs/src/pages/setup/operate-cluster.md

index f13fe1fe46e8b1260b1947895019bcfd388209af..d5c9aa5518dcde6fa4cfaac3567434fe990b0e34 100644 (file)
@@ -49,10 +49,11 @@ To add an Application Node:
        ```
        ...
        sonar.cluster.enabled=true
-       sonar.cluster.hosts=ip1,ip2,ip6
-       sonar.cluster.search.hosts=ip3,ip4,ip5
-       sonar.cluster.node.host=ip6
        sonar.cluster.node.type=application
+       sonar.cluster.node.host=ip6 
+       sonar.cluster.node.port=9003
+       sonar.cluster.hosts=ip1,ip2,ip6
+       sonar.cluster.search.hosts=ip3:9001,ip4:9001,ip5:9001
        sonar.auth.jwtBase64Hs256Secret=YOURGENERATEDSECRET
        ...
        ```
@@ -91,7 +92,6 @@ When the [Project Move](/instance-administration/project-move/) feature is used
 
 ## Configuration details
 There are three TCP networks to configure: 
->>>>>>> c612aa18893... SONAR-13974 Add upgrade notes for new ES configuration
 
 - the network of application nodes: relying on Hazelcast, configured with the `sonar.cluster.node.host` and `sonar.cluster.node.port` properties
 - the network of search nodes: used by Elasticsearch, configured with the `sonar.cluster.node.search.host` and `sonar.cluster.node.search.port` properties