@@ -5,7 +5,8 @@ TRUNCATE = 5000
55KV_MODE = json
66FIELDALIAS-alias_1 = ipAddress AS src
77FIELDALIAS-alias_2 = date AS timestamp
8- EVAL-typeName = coalesce(case(type==1000,"User_LoggedIn",\
8+ EVAL-typeName = coalesce(case(\
9+ type==1000,"User_LoggedIn",\
910 type==1001,"User_ChangedPassword",\
1011 type==1002,"User_Updated2fa",\
1112 type==1003,"User_Disabled2fa",\
@@ -16,6 +17,7 @@ EVAL-typeName = coalesce(case(type==1000,"User_LoggedIn",\
1617 type==1008,"User_UpdatedTempPassword",\
1718 type==1009,"User_MigratedKeyToKeyConnector",\
1819 type==1010,"User_RequestedDeviceApproval",\
20+ type==1011,"User_TdeOffboardingPasswordSet",\
1921 type==1100,"Cipher_Created",\
2022 type==1101,"Cipher_Updated",\
2123 type==1102,"Cipher_Deleted",\
@@ -55,6 +57,8 @@ EVAL-typeName = coalesce(case(type==1000,"User_LoggedIn",\
5557 type==1512,"OrganizationUser_Restored",\
5658 type==1513,"OrganizationUser_ApprovedAuthRequest",\
5759 type==1514,"OrganizationUser_RejectedAuthRequest",\
60+ type==1515,"OrganizationUser_Deleted",\
61+ type==1516,"OrganizationUser_Left",\
5862 type==1600,"Organization_Updated",\
5963 type==1601,"Organization_PurgedVault",\
6064 type==1602,"Organization_ClientExportedVault",\
@@ -65,6 +69,14 @@ EVAL-typeName = coalesce(case(type==1000,"User_LoggedIn",\
6569 type==1607,"Organization_DisabledKeyConnector",\
6670 type==1608,"Organization_SponsorshipsSynced",\
6771 type==1609,"Organization_CollectionManagement_Updated",\
72+ type==1610,"Organization_CollectionManagement_LimitCollectionCreationEnabled",\
73+ type==1611,"Organization_CollectionManagement_LimitCollectionCreationDisabled",\
74+ type==1612,"Organization_CollectionManagement_LimitCollectionDeletionEnabled",\
75+ type==1613,"Organization_CollectionManagement_LimitCollectionDeletionDisabled",\
76+ type==1614,"Organization_CollectionManagement_LimitItemDeletionEnabled",\
77+ type==1615,"Organization_CollectionManagement_LimitItemDeletionDisabled",\
78+ type==1616,"Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsEnabled",\
79+ type==1617,"Organization_CollectionManagement_AllowAdminAccessToAllCollectionItemsDisabled",\
6880 type==1700,"Policy_Updated",\
6981 type==1800,"ProviderUser_Invited",\
7082 type==1801,"ProviderUser_Confirmed",\
@@ -78,7 +90,16 @@ EVAL-typeName = coalesce(case(type==1000,"User_LoggedIn",\
7890 type==2001,"OrganizationDomain_Removed",\
7991 type==2002,"OrganizationDomain_Verified",\
8092 type==2003,"OrganizationDomain_NotVerified",\
81- type==2100,"Secret_Retrieved"\
93+ type==2100,"Secret_Retrieved",\
94+ type==2101,"Secret_Created",\
95+ type==2102,"Secret_Edited",\
96+ type==2103,"Secret_Deleted",\
97+ type==2104,"Secret_Permanently_Deleted",\
98+ type==2105,"Secret_Restored",\
99+ type==2200,"Project_Retrieved",\
100+ type==2201,"Project_Created",\
101+ type==2202,"Project_Edited",\
102+ type==2203,"Project_Deleted"\
82103 ), type)
83104EVAL-deviceName = coalesce(case(device==0,"Android",\
84105 device==1,"iOS",\
@@ -105,7 +126,8 @@ EVAL-deviceName = coalesce(case(device==0,"Android",\
105126 device==22,"Server",\
106127 device==23,"Windows CLI",\
107128 device==24,"MacOs CLI",\
108- device==25,"Linux CLI"\
129+ device==25,"Linux CLI",\
130+ device==26,"DuckDuckGo"\
109131 ), device)
110132TIME_PREFIX = "date":"
111133TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%Z
0 commit comments