[
https://issues.apache.org/jira/browse/LIVY-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Mazin updated LIVY-794:
------------------------------
Description:
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.
was:
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}
> 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
>
> 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)