Can I use an external Elasticsearch instance instead of the built-in one in Sonarqube?

Since we directly support the Elasticsearch service on our server, can we use this Elasticsearch service instead of the built-in one found in Sonarqube 4.5?

If not, can we access the built-in Elasticsearch service over HTTP? If so, could you please tell us how to access it?

Thanks, Pravin

0


source to share


1 answer


SonarQube embeds an E / S server for its own needs and this should remain a black box for SonarQube users.



In SonarQube 5.0, you will be able to enable the ElasticSearch HTTP connector for debugging purposes - see SONAR-5692 . But keep in mind that under no circumstances should you try to cheat or change the E / S servers running by SonarQube.

0


source







All Articles