Forums

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

Can I find out if and when a file was downloaded from Confluence?

Peter Dawson January 20, 2017

For data security I need to be able to find out when a file was downloaded and who downloaded it.

Is this possible in Confluence? 

2 answers

1 accepted

1 vote
Answer accepted
Davin Studer
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 20, 2017

You can turn on http access logging for Tomcat ... link below. Then search through the access logs for ...

http(s)://{your server}/download/attachments/{page id}/attachment.ext

 

The only change I would make to turning on the access logging would be to replace this

<filter-mapping>
    <filter-name>AccessLogFilter</filter-name>
    <url-pattern>/display/*</url-pattern>
</filter-mapping>

with this

<filter-mapping>
    <filter-name>AccessLogFilter</filter-name>
    <url-pattern>/*</url-pattern>
</filter-mapping>

 

https://confluence.atlassian.com/display/CONFKB/How+to+Enable+User+Access+Logging

0 votes
Nic Brough -Adaptavist-
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 20, 2017

Only if you have set up some form of logging to capture the fact someone used the download option.

It's not that easy in Tomcat alone, I tend to use a proxy in front of it and read the access logs in there.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events