From fcad633a53c3d4ded1c914f37d94849d4ced5af2 Mon Sep 17 00:00:00 2001 From: Daniel Schwarz Date: Wed, 23 Aug 2017 14:25:50 +0200 Subject: 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. --- sonar-application/src/main/assembly/conf/sonar.properties | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3