You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Larry McCay (Jira)" <ji...@apache.org> on 2019/11/27 02:50:00 UTC

[jira] [Commented] (KNOX-1147) KNOX Audit Log time not configurable or not supporting TZ

    [ https://issues.apache.org/jira/browse/KNOX-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16983120#comment-16983120 ] 

Larry McCay commented on KNOX-1147:
-----------------------------------

Moved to bank due to lack of movement for over a year.

> KNOX Audit Log time not configurable or not supporting TZ
> ---------------------------------------------------------
>
>                 Key: KNOX-1147
>                 URL: https://issues.apache.org/jira/browse/KNOX-1147
>             Project: Apache Knox
>          Issue Type: Improvement
>    Affects Versions: 0.10.0, 0.13.0, 0.14.0
>            Reporter: Rajesh Chandramohan
>            Priority: Major
>              Labels: bank
>         Attachments: KNOX-1147.patch
>
>
>  The KNOX Log4J configuration for Knoxaudit log uses  or.hadoop.gateway.audit.log4j.layout.AuditLayout , so when the system is using PST tz , The auditLog is logging with 1hr ahead of current PST time. Is there a way to log audit event matching with current time in system and not break with DST change?
> Even in latest version it is having hardcoded time pattern , not able to add Time zone. Was thinking of adding  
> setDateFormat(DATE_FORMAT, TimeZone.getTimeZone(TZ));  But is there any other better way to get around this issue?
> +++++
> public class AuditLayout extends DateLayout {
>   
>   private static final String DATE_FORMAT = "yy/MM/dd HH:mm:ss";
>   private static final String SEPARATOR = "|";
>   private StringBuffer sb = new StringBuffer();
> Override
> public void activateOptions() {
>   setDateFormat( DATE_FORMAT );
> }
> +++++
> Thanks



--
This message was sent by Atlassian Jira
(v8.3.4#803005)