Sonar on openshift with ELK

  • I am working with sonarqube enterprise 7.6
  • I would like to host sonar on openshift cluster and push the logs to ELK
  • Openshift supports integration with ELK where the logs on stdout/stderr can be pushed to ELK cluster.
    But since the logs in sonar are dumped into files, ELK integration does not work.
    Please suggest if we can:
    ** configure sonarqube to publish all the logs on stdout
    ** if there is a standard installation guide for ELK integration for docker containers.