diff options
author | Maria Odea B. Ching <oching@apache.org> | 2009-12-15 18:44:37 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2009-12-15 18:44:37 +0000 |
commit | f1d764f0f549123d683980b43b08782d00e89392 (patch) | |
tree | 37060e3f67ee59c3151dd7c8c1fbaf4769028605 | |
parent | 782d9e2cfa7c8a52a455d45e66c4e3be7d82081f (diff) | |
download | archiva-f1d764f0f549123d683980b43b08782d00e89392.tar.gz archiva-f1d764f0f549123d683980b43b08782d00e89392.zip |
[MRM-1296] Audit Log Report
o document how to view audit events from web ui
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1296@890935 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-docs/src/site/apt/userguide/auditlog-report.apt | 38 | ||||
-rw-r--r-- | archiva-docs/src/site/apt/userguide/index.apt | 2 | ||||
-rw-r--r-- | archiva-docs/src/site/resources/images/latest-events.png | bin | 0 -> 40080 bytes | |||
-rw-r--r-- | archiva-docs/src/site/site.xml | 1 |
4 files changed, 41 insertions, 0 deletions
diff --git a/archiva-docs/src/site/apt/userguide/auditlog-report.apt b/archiva-docs/src/site/apt/userguide/auditlog-report.apt new file mode 100644 index 000000000..c2eb93cbe --- /dev/null +++ b/archiva-docs/src/site/apt/userguide/auditlog-report.apt @@ -0,0 +1,38 @@ + ------ + Audit Log Report + ------ + +Audit Log Report + + Starting with Archiva 1.3, audit events can be viewed and queried from the web UI. In the current implementation, only artifact upload events are viewable + but there are plans to include other events such as artifact delete, repository creation and deletion, configuration changes, etc. + + To view the audit events, click <<<Audit Log Report>>> from the navigation menu. Initially, the latest 10 artifact upload events are displayed. + +[../images/latest-events.png] Latest Events + +* Customizing the Audit Log Report + + The following fields can be specified when querying for the audit events: + + [[1]] Repository - the repository where the events happened. Only those repositories which the logged in user has permission to access are listed in the drop-down + box. + + [[2]] Group ID - the <<<groupId>>> of the artifact whose audit events you want to view. + + [[3]] Artifact ID - the <<<artifactId>>> of the artifact whose audit events you want to view. + + [[4]] Start Date - the start date of the event(s) you want to view. This defaults to the current date if none is specified. + + [[5]] End Date - the end date of the event(s) you want to view. This defaults to the current date if none is specified. + + [[6]] Row Count - the number of rows you want displayed per page. This will be the basis for the pagination of the results. The default value is 30 rows. + + [] + + Just specify values for either one or all of the above fields and then submit the form to perform the query. The results of the query will be displayed at the lower + section of the page, similar to that shown in the <<<Latest Events>>> except that the heading will be <<<Results>>> instead of <<<Latest Events>>>. + + + + diff --git a/archiva-docs/src/site/apt/userguide/index.apt b/archiva-docs/src/site/apt/userguide/index.apt index d79e6eb3d..4227e8f46 100644 --- a/archiva-docs/src/site/apt/userguide/index.apt +++ b/archiva-docs/src/site/apt/userguide/index.apt @@ -20,6 +20,8 @@ Users Guide * {{{virtual-repositories.html} Configuring Virtual Repositories}} * {{{rss.html}RSS Feeds in Archiva}} + + * {{{auditlog-report.html}Viewing the Audit Log Report}} [] diff --git a/archiva-docs/src/site/resources/images/latest-events.png b/archiva-docs/src/site/resources/images/latest-events.png Binary files differnew file mode 100644 index 000000000..46f91770d --- /dev/null +++ b/archiva-docs/src/site/resources/images/latest-events.png diff --git a/archiva-docs/src/site/site.xml b/archiva-docs/src/site/site.xml index ca9eb0e0f..9c6650c2a 100644 --- a/archiva-docs/src/site/site.xml +++ b/archiva-docs/src/site/site.xml @@ -40,6 +40,7 @@ <item name="Deploying to repository" href="/userguide/deploy.html" /> <item name="Configuring Virtual Repositories" href="/userguide/virtual-repositories.html" /> <item name="Rss Feeds in Archiva" href="/userguide/rss.html"/> + <item name="Audit Log Report" href="/userguide/auditlog-report.html"/> </menu> <menu name="Administrators Guide"> |