How we can check from logs who has created the project and deleted the project in Sonarqube 8.9.1

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    We are using SonarQube 8.9.1 CE

  • what are you trying to achieve

Recently one of the project got deleted by someone, we need to figure out who has deleted the project and when it got deleted ( also need to know when it got created and who created).

We have tried searching the logs,but could not figure out anything

  • what have you tried so far to achieve this

Tried creating a project and given some permission to that project.
In logs we couldnot get any logs for these actions.
Same for the deletion as well.

Could anyone help us,how we can get these user activity logs, since it is very important to track the activity.

Hi,

SonarQube 9.1 adds audit logging for security-sensitive operations in Enterprise Edition($$) and above. But in 8.9 I’m afraid your only option is to analyze the access logs.

 
:woman_shrugging:
Ann