You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
For Audit dashlet, can you share how to to limit the audit record within date
range.
For example for login action, by default it will show all the records, but we
need to see audit records ONLY from date 1 oct 2012 until 12 oct 2012.
I know there is "additional query parameter", but we don't find a reference how
to use this.
Original issue reported on code.google.com by [email protected] on 16 Oct 2012 at 12:38
The text was updated successfully, but these errors were encountered:
This should be possible out of the box without any code modification.
The additional query parameter you mention should enable to achieve what you
want.
It takes the 'raw' server-side audit query string.
You could e.g. use the 'fromTime' parameter to retrieve records from that
specific date, provided you convert it to epoch milliseconds before. You could
also filter from a specific event ID.
See :
- http://wiki.alfresco.com/wiki/Auditing_(from_V3.4)#Advanced_Query
-
http://docs.alfresco.com/4.0/topic/com.alfresco.enterprise.doc/references/RESTfu
l-AuditQueryGet.html
- the server side audit webscript .desc.xml files for the possible parameters.
I advise use to test out your query with curl, as described on the wiki page
above, before pasting it in the dashlet config.
Original issue reported on code.google.com by
[email protected]
on 16 Oct 2012 at 12:38The text was updated successfully, but these errors were encountered: