-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[checkpoint] Improve normalization of user.name field (#10896)
* [checkpoint] Improve normalization of user.name field * Updated changelog with PR number * Address code review feedback
- Loading branch information
Showing
10 changed files
with
92 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"@timestamp": "2023-12-29T14:20:02.000Z", | ||
"checkpoint": { | ||
"additional_info": "login by localhost", | ||
"administrator": "WEB_API", | ||
"operation": "Log In", | ||
"origin_sic_name": "cn=cp_mgmt,o=CP-Manager.example.local", | ||
"sendtotrackerasadvancedauditlog": "0" | ||
|
@@ -61,6 +62,7 @@ | |
"@timestamp": "2023-12-29T14:03:03.000Z", | ||
"checkpoint": { | ||
"additional_info": "Authentication method: Active Directory", | ||
"administrator": "User (Example)", | ||
"machine": "localhost", | ||
"operation": "Log In", | ||
"operation_number": "10", | ||
|
@@ -120,6 +122,7 @@ | |
"@timestamp": "2023-12-29T08:42:55.000Z", | ||
"checkpoint": { | ||
"additional_info": "Authentication method: radius", | ||
"administrator": "[email protected]", | ||
"machine": "desktop0001.example.local", | ||
"operation": "Log In", | ||
"operation_number": "10", | ||
|
@@ -180,6 +183,7 @@ | |
"@timestamp": "2023-12-15T11:52:02.000Z", | ||
"checkpoint": { | ||
"additional_info": "Authentication method: radius", | ||
"administrator": "[email protected]", | ||
"machine": "relay599.rdnssender.com", | ||
"operation": "Log In", | ||
"operation_number": "10", | ||
|
@@ -240,6 +244,7 @@ | |
"@timestamp": "2023-12-27T09:39:55.000Z", | ||
"checkpoint": { | ||
"additional_info": "Administrator failed to log in: Wrong Password", | ||
"administrator": "[email protected]", | ||
"audit_status": "Failure", | ||
"machine": "relay599.rdnssender.com", | ||
"operation": "Log In", | ||
|
@@ -353,6 +358,7 @@ | |
"@timestamp": "2023-12-21T10:41:20.000Z", | ||
"checkpoint": { | ||
"additional_info": "Administrator failed to log in: Wrong Password", | ||
"administrator": "[email protected]", | ||
"audit_status": "Failure", | ||
"machine": "cp_console.example.local", | ||
"operation": "Log In", | ||
|
@@ -415,6 +421,7 @@ | |
"@timestamp": "2023-12-22T08:38:43.000Z", | ||
"checkpoint": { | ||
"additional_info": "SSH connection by admin_org user to Expert Shell", | ||
"administrator": "admin_org", | ||
"alert": "Expert_Alert", | ||
"device_name": "CPFW-0001", | ||
"device_type": "GW", | ||
|
@@ -478,6 +485,7 @@ | |
"@timestamp": "2023-12-01T08:49:00.000Z", | ||
"checkpoint": { | ||
"additional_info": "SSH connection by [email protected] user to Expert Shell", | ||
"administrator": "[email protected]", | ||
"alert": "Expert_Alert", | ||
"device_name": "CPFW-0001", | ||
"device_type": "GW", | ||
|
@@ -541,6 +549,7 @@ | |
"@timestamp": "2023-12-29T14:20:02.000Z", | ||
"checkpoint": { | ||
"additional_info": "logout localhost", | ||
"administrator": "WEB_API", | ||
"operation": "Log Out", | ||
"origin_sic_name": "cn=cp_mgmt,o=CP-Manager.example.local", | ||
"sendtotrackerasadvancedauditlog": "0", | ||
|
@@ -600,6 +609,7 @@ | |
{ | ||
"@timestamp": "2023-12-29T13:42:04.000Z", | ||
"checkpoint": { | ||
"administrator": "User (Example)", | ||
"machine": "localhost", | ||
"operation": "Log Out", | ||
"operation_number": "12", | ||
|
@@ -658,6 +668,7 @@ | |
{ | ||
"@timestamp": "2023-12-29T13:23:54.000Z", | ||
"checkpoint": { | ||
"administrator": "[email protected]", | ||
"machine": "desktop0001.example.local", | ||
"operation": "Log Out", | ||
"operation_number": "12", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.