This is an automated email from the ASF dual-hosted git repository.
oleewere pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
The following commit(s) were added to refs/heads/master by this push:
new cd2bc53 Update audit log default label
cd2bc53 is described below
commit cd2bc530ffa4e42ba0c001f14c563fa9712de37a
Author: Oliver Szabo <[email protected]>
AuthorDate: Tue Dec 4 00:17:11 2018 +0100
Update audit log default label
---
.../java/org/apache/ambari/logsearch/common/LogSearchConstants.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/common/LogSearchConstants.java
b/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/common/LogSearchConstants.java
index 23bd528..4a0d592 100644
---
a/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/common/LogSearchConstants.java
+++
b/ambari-logsearch-server/src/main/java/org/apache/ambari/logsearch/common/LogSearchConstants.java
@@ -80,7 +80,7 @@ public class LogSearchConstants {
public static final String AUDIT_COMPONENT_LABELS_DEFAULTS =
"ambari:Ambari,hdfs:Hdfs,RangerAudit:Ranger";
public static final String AUDIT_FIELD_LABELS_DEFAULTS = "";
public static final String AUDIT_FIELD_COMMON_LABELS_DEFAULTS =
"enforcer:Access Enforcer,access:Access Type,cliIP:Client Ip,cliType:Client
Type," +
- "dst:DST,evtTime:Event Time,ip:IP,logtime:Log
Time,sess:Session,ugi:UGI,reqUser:User";
+ "dst:DST,evtTime:Event Time,ip:IP,logtime:Log
Time,sess:Session,ugi:UGI,reqUser:User,repo:Audit Source";
public static final String AUDIT_FIELD_VISIBLE_DEFAULTS = "";
public static final String AUDIT_FIELD_VISIBLE_COMMON_DEFAULTS =
"access,cliIP,evtTime,repo,resource,result,reqUser";
public static final String AUDIT_FIELD_EXCLUDES_DEFAULTS = "";