You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Alejandro Fernandez (JIRA)" <ji...@apache.org> on 2017/09/14 01:20:01 UTC

[jira] [Created] (RANGER-1780) Optimize Audit Logging by Aggregating/Skipping similar AuthzAuditEvents

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)