You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by ki...@apache.org on 2023/03/23 15:45:21 UTC

[ranger] 02/02: RANGER-4137: Add yarn and impala users to audit filter for solr servicedef to avoid logging of audits

This is an automated email from the ASF dual-hosted git repository.

kishor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 97542f74d6c71f235478cdcba0a024746f6651a4
Author: RakeshGuptaDev <ra...@freestoneinfotech.com>
AuthorDate: Mon Mar 20 18:16:34 2023 +0530

    RANGER-4137: Add yarn and impala users to audit filter for solr servicedef to avoid logging of audits
    
    Signed-off-by: Kishor Gollapalliwar <ki...@gmail.com>
---
 .../src/main/resources/service-defs/ranger-servicedef-solr.json         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
index 4bbb6ffaa..de3399845 100644
--- a/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
+++ b/agents-common/src/main/resources/service-defs/ranger-servicedef-solr.json
@@ -168,7 +168,7 @@
 			"validationMessage": "",
 			"uiHint":"",
 			"label": "Ranger Default Audit Filters",
-			"defaultValue": "[ {'accessResult': 'DENIED', 'isAudited': true}, {'users':['hive','hdfs','kafka','hbase','solr','rangerraz','knox','atlas'] ,'isAudited':false} ]"
+			"defaultValue": "[ {'accessResult': 'DENIED', 'isAudited': true}, {'users':['hive','hdfs','kafka','hbase','solr','rangerraz','knox','atlas','yarn','impala'] ,'isAudited':false} ]"
 		}
 		
 	],