Auditing & Performance Monitoring - more informations?

6813136 modifierades för 15 År sedan. New Member Inlägg: 17 Anslutningsdatum: 2010-12-15 Senaste inlägg
Hello,

I would like to have more informations about native functionnality Auditing & Performance Monitoring included in liferay EE.

I had a look at wiki :

http://www.liferay.com/es/community/wiki/-/wiki/Main/Audit+Service
Is it still available for liferay 6 EE?

http://www.liferay.com/community/wiki/-/wiki/Main/New+Features+in+Liferay+Portal+v6.0

Do you have more informations about it?

Any websites or documentations are welcomed.

Thx in advance.

Benjamin
benjamin challamel modifierades för 14 År sedan. New Member Inlägg: 17 Anslutningsdatum: 2010-12-15 Senaste inlägg
Any ideas?
More informations?

Thanks in advance.

Benjamin
benjamin challamel modifierades för 14 År sedan. New Member Inlägg: 17 Anslutningsdatum: 2010-12-15 Senaste inlägg
I deployed audit functionnality and started to use it.
The structure is great but it seems light by default : only auditing login, logout, role management, user management.
It could be great to audit basic features like blogs, message boards ....

Benjamin
thumbnail
Shagul Khajamohideen modifierades för 14 År sedan. Liferay Master Inlägg: 758 Anslutningsdatum: 2007-09-27 Senaste inlägg
Hi Benjamin,

The portlet provides a framework. If you should be able to add additional listeners in a similar way the out of the box hook generates auditing logs. I guess the reason behind that is every deployment may have its own set of requirements on what to monitor.
thumbnail
Amit Shah modifierades för 14 År sedan. New Member Inlägg: 11 Anslutningsdatum: 2010-07-26 Senaste inlägg
Is their any Performance issue while use audit service ?
thumbnail
David H Nebinger modifierades för 14 År sedan. Liferay Legend Inlägg: 14933 Anslutningsdatum: 2006-09-02 Senaste inlägg
The audit service is always there, whether you use it or not.

I have not seen any performance degradation using the audit services.
thumbnail
Amit Shah modifierades för 14 År sedan. New Member Inlägg: 11 Anslutningsdatum: 2010-07-26 Senaste inlägg
I think You can enable/disable audit filer.

com.liferay.portal.servlet.filters.audit.AuditFilter=true/false

http://www.liferay.com/community/wiki/-/wiki/Main/Adding+Auditing+Functionality+to+Portlets.


So if i enable then will it cause any performance issue ?
thumbnail
David H Nebinger modifierades för 14 År sedan. Liferay Legend Inlägg: 14933 Anslutningsdatum: 2006-09-02 Senaste inlägg
You can disable the filter, but not the auditing support in the message bus.

The audit filter's function is to populate a ThreadLocal variable with information coming in on the HttpServletRequest object (user, server, client, etc.).

So the filter itself, other than applying to most incoming requests, has very little overhead.
thumbnail
Amit Shah modifierades för 14 År sedan. New Member Inlägg: 11 Anslutningsdatum: 2010-07-26 Senaste inlägg
Thanks for quick reply.

Information you provided is useful ..