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/05/27 04:00:15 UTC

[jira] [Commented] (EAGLE-315) Add tutorial for mapr audit log monitoring

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

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

GitHub user DadanielZ opened a pull request:

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

    EAGLE-315: Add tutorial for mapr audit log monitoring

    - Added docs for users to enable auditing in MapR to get FSaudit logs

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

    $ git pull https://github.com/DadanielZ/incubator-eagle mapr-integration

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

    https://github.com/apache/incubator-eagle/pull/202.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 #202
    
----
commit 7e8516c214f3a3b5b5e84f76344b26257e606feb
Author: Daniel <da...@dataguise.com>
Date:   2016-05-26T01:13:00Z

    EAGLE-280:Update logstash-kafka-conf.md
    
    Updated logstash-kafka-conf.md and included a sample of logstash config file for logstash version 2.x
    EAGLE-282:Auditlogparser for MapR's audit log
    
    added class MAPRFSAuditLogObject
    Renamed class MAPRAuditLogParser to MAPRFSAuditLogParser .
    added MapRAuditLogKafkaDeserializer and MapRFSAuditLogProcessorMain.java
    EAGLE-284:Connect to MapR's CLDB service
    
    created profile in pom for mapr build
    build passed for both hdp and mapr in local environment
    EAGLE-307:Add applicaiton "maprFSAuditLog"
    
    added module eagle-security-maprfs-web
    added resolver for mapr: MAPRFSCommandResolver, MAPRStatusCodeResolver,
    added a script to initialize mapFSAuditLog application

commit e6497de230e843d126d0113a3d95c0a58da3f4c7
Author: Daniel <da...@dataguise.com>
Date:   2016-05-26T01:15:26Z

    EAGLE-282:Auditlogparser for MapR's audit log
    - added dependency on eagle-security-maprfs-web for eagle-webservice

commit 2035195450b397594df0460f7ebfb5c2472b477e
Author: Alice Yu <zy...@syr.edu>
Date:   2016-05-26T04:28:28Z

    EAGLE-307: Add application "maprFSAuditLog"
    - added license header to "maprFSAuditLog-init.sh" and "MAPRStatusCodeResolver.java"

commit 6a7f79303d2581b5669db8526dbcf9480375327d
Author: Daniel <da...@dataguise.com>
Date:   2016-05-27T01:07:26Z

    EAGLE-315: Add tutorial for mapr audit log monitoring
    - Added docs for users to enable auditing in MapR to get audit logs

commit f2be3a654cbf28d345d14c635b34e502ab95559b
Author: Daniel <da...@dataguise.com>
Date:   2016-05-27T03:36:32Z

    Merge branch 'dev' of https://github.com/apache/incubator-eagle into apache-dev
    
    Conflicts:
    	eagle-security/eagle-security-maprfs-auditlog/src/main/resources/maprFSAuditLog-init.sh
    	eagle-security/eagle-security-maprfs-web/src/main/java/org/apache/eagle/service/security/hdfs/resolver/MAPRStatusCodeResolver.java

commit 1f3d4349c605183a065c369fd4d1ed9bd07dffc5
Author: Daniel <da...@dataguise.com>
Date:   2016-05-27T03:48:10Z

    Merge branch 'dev' of https://github.com/apache/incubator-eagle into apache-dev
    
    Conflicts:
    	eagle-security/eagle-security-maprfs-auditlog/src/main/resources/maprFSAuditLog-init.sh
    	eagle-security/eagle-security-maprfs-web/src/main/java/org/apache/eagle/service/security/hdfs/resolver/MAPRStatusCodeResolver.java

commit f3111bdcd42c4c98f43b2bfc68fe41f3c02b2176
Author: Daniel <da...@dataguise.com>
Date:   2016-05-27T03:48:25Z

    Merge branch 'apache-dev' into mapr-integration
    
     the commit.
    Conflicts solved

----


> Add tutorial for mapr audit log monitoring
> ------------------------------------------
>
>                 Key: EAGLE-315
>                 URL: https://issues.apache.org/jira/browse/EAGLE-315
>             Project: Eagle
>          Issue Type: Improvement
>            Reporter: DanielZhou
>            Assignee: DanielZhou
>
> In Mapr,
> -  Users need multiple steps to enable audit logs feature.
> -  MapR uses CLDB service but not Name Node for metadata management, its audit logs are distributed in multiple nodes in a cluster
> - "log4j appender" approach can not be applied,  instead we have to use logstash to get audit log messages.
> Due to these differences, we need to provide a tutorial for mapr users.



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