Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to check all the request log user wise in bitbucket?

VarunVarunesh June 13, 2018

I want to check user wise logs of pull, push and clone logs of my private repository. Also, the logs of users logging directly to bitbucket and their activity.

Thanks. 

 

1 answer

1 vote
Yogesh Mude
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 13, 2018

HI @VarunVarunesh

Welcome to the community!

Actually, for both in-house and cloud application, you can use Audit log. It will show more activity related to the user.

https://confluence.atlassian.com/bitbucketserver/audit-logging-in-bitbucket-server-776640417.html

https://blog.bitbucket.org/2013/08/15/new-audit-logs-give-you-the-who-what-when-and-where/

One more thing using git also u can check..

man git log : To see the diff options

git log : To see commit history in detail

git log --oneline : To see commit history in one line

VarunVarunesh June 14, 2018

@Yogesh Mude Thanks for your quick reply. 

With the help of git log I am able to find the commits. But I am not getting logs of git pull, clone or fetch events of the repo anywhere. 

Unfortunately, Audit log also doesn't have that log.

Anything else can help me here?

Yogesh Mude
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2018

HI @VarunVarunesh

Check using ....git reflog 

git reflog --date=iso|grep pull

Here is the viewing history using git log  

VarunVarunesh June 14, 2018

how can I get this user wise?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events