We are use GitLab Self Managed 12.7.5 Community Instance and need to generate an audit report for all clone / pull requests?

We are currently Using GitLab Self Managed 12.7.5 Community Instance and we need to generate an Audit Report to gather all Clone and Pull Activity on a Repository by a User or all Clone and Pull Activity by a User on Multiple Repositories. We can not get this info directly from git log output and We have done some research in the GITLAB Documentation and have found that the GitLab Shell is used by GitLab to track SSH access to Git repositories. It mentions that : “ User clone/fetch activity using SSH transport appears in this log as executing git command <gitaly-upload-pack… “ We have tried to update Log Levels and have not been able to see any of the Clone Request i am executing.