Forums

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

Macro for displaying the number of daily log-ins for the last 30 days

Doods Perea November 29, 2012

Hi,

Could anyone please help me on this? We are trying to get data on how much Confluence is used by one of our clients.

Thanks,

Doods

2 answers

1 accepted

0 votes
Answer accepted
Doods Perea December 15, 2012

Hi Boris - I did not find anything to help my case from the "cwd_user_attribute" table. The investigation led me to the "logininfo" and "cwd_user" tables. With these I am able to list the names of users who logged in to Confluence for the last 30 days.

I however discovered that Confluence does not keep in the database a history of user logins (somebody correct me here please). It just has two columns, "successdate" and "prevsuccessdate". When a user logs-in the next date, it updates these 2 columns accordingly.

This brings me to trying the "user logging" information. Could anybody please show me how to extract data from the log file using Bob Swift's SQL Plugin, or by creating a new User Macro?


Thanks again.

Doods

0 votes
Boris Berenberg
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.
November 29, 2012

Hey Doods,

You can not get a historical account from within Confluence. There are 2 alternative methods:

1. You can enable user access logging per the directions here: https://confluence.atlassian.com/display/CONFKB/How+to+Enable+User+Access+Logging and then parse the resulting logs

2. Record when someone last authenticated regularly, then parse that data. You can modify the query:

select user_id from cwd_user_attribute where attribute_name = 'lastAuthenticated';

to pull more info from the cwd_user_attribute table (in this case you will also need the date).

Cheers,
Boris

Doods Perea December 1, 2012

Thanks Boris. I will try it and post my findings here. :)

Sorin Sbarnea (Citrix)
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.
January 6, 2013

This does not work if you use other user directories, it works only with local ones. Seems to be a bug.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events