Help with Auditing SQL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 07:05 AM
I'm triying to find a way for extract audit data from the SQL Database (tables: alf_audit_entry, app and model) but I have no idea how.
Anybody have some SQL query from extract that data? (like "Select XXX from XXXX) I'm using pgAdmin III for connect whit de Postgress BD.
TY!
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 07:43 AM
https://addons.alfresco.com/addons/alfresco-audit-analysis-and-reporting-aaar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 09:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 10:13 AM
For example, I want the query for do something like this:
Select User, Time, etc… from Audit_Table, where Action = Connet (pseudocode…)
For obtatin data like audit-control file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 10:21 AM
· alf_audit_app
· alf_aduit_model
· alf_audit_entry
I have to make joins with another tables for extact information like "The user XXX have been connect the day XXX at XXXX time".
Or:
"The user XXX have been create the document XXX on XXX SITE"
It is possible?
(Sorry sorry sorry about my very bad english)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2014 12:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 06:36 AM
The audit API is the intended interface to use.
Also which events are audited is configurable so make sure you are producing the audit in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 07:05 AM
My problem is that I want to get a query result for then do grahps and plots, like CSV file. When I use the API I only obtatin a plain text like json file, I can't use this source for do plots or filters.
Can you understand me? I'm not sure

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2014 07:07 AM
