WeBankFinTech / DataSphereStudio

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
https://github.com/WeBankFinTech/DataSphereStudio-Doc
Apache License 2.0
3.05k stars 999 forks source link

[Feature] Added AuditLog for log printing #1064

Closed wxyn closed 1 year ago

wxyn commented 1 year ago

Search before asking

Problem Description

No response

Description

Modifications to the backend, such as changes in database content, access and changes to underlying HDFS data, and downloading and uploading of files, whether to oneself or other systems Format specification: Explanation: [time], [operator username], [workspace id], [workspace name], [operation object type], [operation object id], [operation object name], [operation type], [request parameters] Log format: [{time}], [{userName}], [{workspaceId}], [{workspaceName}], [{targetType}], [{targetId}], [{targetName}], [{operateType}], [{requestParam}] Example: [2022-08-09 12:58:59], [hadoopUser01], [05ag-4885-ge865], [bdp demo workspace], [workFlow], [059a-88ge-89da], [example workflow], [update], [{"name": "example workflow"}, "workspaceName": "bdp demo workspace", "version": "v00001", "labels": "xxx"] Provide enumeration for operation types

Use case

No response

solutions

No response

Anything else

No response

Are you willing to submit a PR?

zqburde commented 1 year ago

Add it in DSS1.1.2