Dharshana M Krishnamoorthy created ATLAS-4037:
-------------------------------------------------

             Summary: 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


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 userName is not available

{code}

{
 "guid": "<guid>",
 "operation": "TYPE_DEF_UPDATE",
 "params": "RELATIONSHIP,ENTITY",
 "startTime": 1605585786541,
 "endTime": 1605585786747,
 "result": "<>",
 "resultCount": 3
}

{code}

 

Result where all fiends are available:

{code}

{
 "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)

Reply via email to