Description
Can we update the default HBase audit filters as follows:
This will filter out HBase audits related to default, hbase, atlas_janus, ATLAS_ENTITY_AUDIT_EVENTS table access by hbase service user.
[ { "accessResult":"DENIED", "isAudited":true }, { "resources":{ "table":{ "values":[ "*-ROOT-*", "*.META.*", "*_acl_*", "hbase:meta", "hbase:acl", "default", "hbase" ] } }, "users":[ "hbase" ], "isAudited":false }, { "resources":{ "table":{ "values":[ "atlas_janus", "ATLAS_ENTITY_AUDIT_EVENTS" ] }, "column-family":{ "values":[ "*" ] }, "column":{ "values":[ "*" ] } }, "users":[ "atlas", "hbase" ], "isAudited":false }, { "users":[ "hbase" ], "actions":[ "balance" ], "isAudited":false } ]
Attachments
Attachments
Issue Links
- is related to
-
RANGER-3257 Update default kafka audit filters to filter out unwanted audits
- Closed
- links to