Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Added AuditLog for log printing #1064

Closed
2 tasks done
wxyn opened this issue Jul 7, 2023 · 1 comment
Closed
2 tasks done

[Feature] Added AuditLog for log printing #1064

wxyn opened this issue Jul 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@wxyn
Copy link
Contributor

wxyn commented Jul 7, 2023

Search before asking

  • I had searched in the issues and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!
@wxyn wxyn added the enhancement New feature or request label Jul 7, 2023
@zqburde
Copy link
Contributor

zqburde commented Aug 9, 2023

Add it in DSS1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants