[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
This commit is contained in:
Maria Odea B. Ching 2009-12-15 18:44:37 +00:00
parent 782d9e2cfa
commit f1d764f0f5
4 changed files with 41 additions and 0 deletions

View File

@ -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>>>.

View File

@ -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}}
[]

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -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">