diff options
author | Daniel Schwarz <daniel.schwarz@sonarsource.com> | 2017-08-23 14:25:50 +0200 |
---|---|---|
committer | Daniel Schwarz <bartfastiel@users.noreply.github.com> | 2017-08-23 14:40:23 +0200 |
commit | fcad633a53c3d4ded1c914f37d94849d4ced5af2 (patch) | |
tree | 098d721b2202c191e9d4cec92e4f82d05e00d630 | |
parent | 839e15712038f12609f5dd76e49787a69c2b2595 (diff) | |
download | sonarqube-fcad633a53c3d4ded1c914f37d94849d4ced5af2.tar.gz sonarqube-fcad633a53c3d4ded1c914f37d94849d4ced5af2.zip |
fix the documentation of the Elasticsearch http port setting
in sonar.properties. "Kopf" is not compatible with Elasticsearch 5 and therefore should not be mentioned.
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 2e386d9e5c5..4b01bbbd6e0 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -350,6 +350,5 @@ # of plugins are deployed. #sonar.web.dev=false -# Elasticsearch HTTP connector, for example for KOPF: -# http://lmenezes.com/elasticsearch-kopf/?location=http://localhost:9010 +# Elasticsearch HTTP connector #sonar.search.httpPort=-1 |