Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
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
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
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
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
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.
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.
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 ?
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.
I have not seen any performance degradation using the audit services.
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 ?
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 ?
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.
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.
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 ..
Information you provided is useful ..