You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/08 05:55:20 UTC

[jira] [Commented] (EAGLE-592) Add a hdfs audit log parser which consumes message in Json format

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

ASF GitHub Bot commented on EAGLE-592:
--------------------------------------

GitHub user qingwen220 opened a pull request:

    https://github.com/apache/incubator-eagle/pull/477

    EAGLE-592: add MessageJsonScheme which extracts audit log from a json formatted …

    https://issues.apache.org/jira/browse/EAGLE-592
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/qingwen220/incubator-eagle EAGLE-592

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/477.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #477
    
----
commit 107bedceba73305163b3487bd94ed36cccaa2efd
Author: Zhao, Qingwen <qi...@ebay.com>
Date:   2016-10-08T05:49:26Z

    add MessageJsonScheme which extracts audit log from a json formatted message

----


> Add a hdfs audit log parser which consumes message in Json format
> -----------------------------------------------------------------
>
>                 Key: EAGLE-592
>                 URL: https://issues.apache.org/jira/browse/EAGLE-592
>             Project: Eagle
>          Issue Type: Improvement
>    Affects Versions: v0.5.0
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>             Fix For: v0.5.0
>
>
> For some log collector agents, like filebeat (5.0), the output is in json format. 
> {"xx": "abc", "yy": "aabbcc", "message": "audit log"}
> This ticket will create a class MessageJsonScheme which will extract 'message' field from the message from Kafka



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)