[
https://issues.apache.org/jira/browse/RANGER-732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608336#comment-17608336
]
Ramachandran edited comment on RANGER-732 at 11/17/22 4:49 AM:
---------------------------------------------------------------
[~madhan]
As part of the Admin Audit log, we used to store the below info
{code:java}
Operation :Policy deleted <id>
Actions:delete/create/update
Session Id:<sessionId>
User: <admin>
Date:<date>{code}
and some other info in *x_trx_log* table and this will be populated in the UI
If we want to log the info for policy create/update/delete what all the
information needs to be recorded which will be redirected to the corresponding
logger appender file
was (Author: JIRAUSER295265):
[~madhan]
As part of the Admin Audit log, we used to store the below info
{code:java}
Operation :Policy deleted <id>
Actions:delete/create/update
Session Id:<sessionId>
User: <admin>
Date:<date>{code}
and some other info in *vx_trx_log* table and this will be populated in the UI
If we want to log the info for policy create/update/delete what all the
information needs to be recorded which will be redirected to the corresponding
logger appender file
> Ranger policy changes to be logged in file in addition to ranger database
> -------------------------------------------------------------------------
>
> Key: RANGER-732
> URL: https://issues.apache.org/jira/browse/RANGER-732
> Project: Ranger
> Issue Type: Improvement
> Components: admin, audit
> Affects Versions: 0.4.0, 0.5.0
> Reporter: Kashif Khan
> Priority: Minor
>
> Current version of Ranger doesn't have feature to enable logging of policy
> changes made though Ranger Admin Web interface to be logged in a file. This
> would be minor improvement just to add log4j appender for all these changes
> as everything is already being tracked in ranger db.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)