Alejandro Fernandez created RANGER-1780:
-------------------------------------------
Summary: Optimize Audit Logging by Aggregating/Skipping similar
AuthzAuditEvents
Key: RANGER-1780
URL: https://issues.apache.org/jira/browse/RANGER-1780
Project: Ranger
Issue Type: Improvement
Components: audit
Affects Versions: 0.7.1
Reporter: Alejandro Fernandez
Fix For: 1.0.0
When processing a list of AuthzAuditEvents, a chain of them can be grouped (or
rather 2...n skipped) if they share similar attributes (same user, access type,
access result, time window during the access time, etc.
https://github.com/apache/ranger/blob/master/agents-common/src/main/java/org/apache/ranger/plugin/audit/RangerDefaultAuditHandler.java#L14
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)