You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Sergey Mazin (Jira)" <ji...@apache.org> on 2020/10/03 09:27:00 UTC

[jira] [Commented] (LIVY-794) Add audit log for interactive session statements submitted through Livy REST API

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

Sergey Mazin commented on LIVY-794:
-----------------------------------

Issue resolved by pull request #312

https://github.com/apache/incubator-livy/pull/312

> Add audit log for interactive session statements submitted through Livy REST API
> --------------------------------------------------------------------------------
>
>                 Key: LIVY-794
>                 URL: https://issues.apache.org/jira/browse/LIVY-794
>             Project: Livy
>          Issue Type: Improvement
>          Components: Server
>    Affects Versions: 0.7.0
>            Reporter: Sergey Mazin
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> For audit purposes we need to get a log of all statements submitted through Livy and who submitted them.
>  
> Example of log record:
> {code:java}
> 20/10/03 12:10:40.886 DEBUG InteractiveSessionAudit$: Executing statement in interactive session 0, appId: APPID, owner: null, proxyUser: null, queue: null, kind: pyspark, code: 1 + 2{code}
>  
> It should help us to understand what statements where executed and what datasets were used after the fact.



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