Generate Audit Log in Local in Text file or other file Format

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 07:14 AM
Hii All,
I have a requirement of getting Audit Log in document on local instead of database. So is there any possible way by which I can print audit logs in any type of document in Local.
Thanks,
Piyush
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2020 10:46 PM
You can't ,trying to change audit persistence mechanism involve a lot of cusomized development.
And enabling audit will store a lot amount of data,saving audit info into text file is low effective.
Maybe you can try to export audit log into text file when you need.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2020 01:25 AM
Hi @kaynezhang ,
Is there any mechanism there i can export audit logs to other file may it be .txt,.xls or other file.
Thanks,
Piyush.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2020 02:18 AM
There is no such feature out of box ,you should do some customized development using the auditing rest api,plese refer to
https://docs.alfresco.com/5.2/concepts/dev-api-by-language-alf-rest-manage-audit-apps-intro.html
