Hello everyone. I enabled the audit for kafka with Ranger with an HDP 2.3.4.7.
I set to true the following property : xasecure.audit.provider.summary.enabled. During one minute, I launch a producer adding one message into a specific topic every second. The default agregation time is 5 seconds normally : ### xasecure.audit.provider.summary.interval.ms 1. The max time interval at which messages would be summarized. 2. If unspecified it defaults to 5000, i.e. 5 seconds. ### Source : https://cwiki.apache.org/confluence/display/RANGER/Ranger+0.5+Audit+Configuration When I check the Ranger UI, in the audit part, in the "Event Count" column, I can see that there is always only the value "1". So I tried to increase the property xasecure.audit.provider.summary.interval.ms from 5 seconds to 5 minuts. And I still have the same thing. The agregation is done because I see less lines in the audit table in the UI, but the event count is false ans is always equal to 1. Is it normal ? Did I forget another property to enable agregation ? BR. Lune.