You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/audit-log-node/README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,12 @@ The `DefaultAuditLogger.createAuditLogDetails` will generate the `actorId` of th
24
24
- The actor id generated from the `express.Request` object provided in the arguments
25
25
-`null` if neither of the above fields were provided in the arguments
26
26
27
+
#### Event Naming Convention
28
+
29
+
It is recommended that you prefix the `eventName` value with the name of the component you are audit logging. This will help with searchability in the central log collector.
30
+
31
+
For example, "ScaffolderTaskRead", "CatalogEntityFetch", etc.
0 commit comments