[
https://issues.apache.org/jira/browse/ATLAS-4037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17237726#comment-17237726
]
ASF subversion and git services commented on ATLAS-4037:
--------------------------------------------------------
Commit 05d8dec6fea6ba7566a900e3a2caca1470c975fc in atlas's branch
refs/heads/master from Deep Singh
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=05d8dec ]
ATLAS-4036, ATLAS-4037: Fix for Users and Client Id field in Admin Audits page
Includes fixes for the following issues:
ATLAS-4036: Empty "Users" Field in Admin audits
ATLAS-4037: Empty Client ID Field in Admin audits
Signed-off-by: Sarath Subramanian <[email protected]>
> Empty Client ID Field in Admin audits
> -------------------------------------
>
> Key: ATLAS-4037
> URL: https://issues.apache.org/jira/browse/ATLAS-4037
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Dharshana M Krishnamoorthy
> Assignee: Deep Singh
> Priority: Major
>
> TYPE_DEF_CREATE and TYPE_DEF_UPDATE have empty "*Client ID*" field.
> These should be updated for all entries that are generated by system
> Example: The following result shows where *clientID* is not available
> {code:java}
> {
> "guid": "<guid>",
> "operation": "TYPE_DEF_UPDATE",
> "params": "RELATIONSHIP,ENTITY",
> "startTime": 1605585786541,
> "endTime": 1605585786747,
> "result": "<>",
> "resultCount": 3
> }
> {code}
>
> Result where all fiends are available:
> {code:java}
> {
> "guid": "<guid>",
> "userName": "<user name>",
> "operation": "TYPE_DEF_UPDATE",
> "params": "CLASSIFICATION",
> "startTime": 1605700613879,
> "endTime": 1605700614297,
> "clientId": "<IP>",
> "result": "<result>",
> "resultCount": 1
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)