SonarQube: Change the elastic search client host

前端 未结 2 967
余生分开走
余生分开走 2020-12-21 20:34

In brief: Is there a way of changing the target address within the elastic search client used by SonarQube?

More Info: I\'d love to use So

相关标签:
2条回答
  • 2020-12-21 21:20

    In Sonar 5.2 will be possible to set these properties, see here . I have tried and it works (I changed this class in Sonar 5.1 source to allow configure these ES properties, see here).

    0 讨论(0)
  • 2020-12-21 21:25

    This is possible since SonarQube 5.2, using the sonar.search.host property.
    For an example on how to deploy this on OpenShift, see here.

    0 讨论(0)
提交回复
热议问题