Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions articles/sentinel/normalization-about-parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ The following table lists the available unifying parsers:
| Schema | Unifying parser |
| ------ | ------------------------- |
| Audit Event | _Im_AuditEvent |
| Authentication | imAuthentication |
| Authentication | _Im_Authentication |
| Dns | _Im_Dns |
| File Event | imFileEvent |
| File Event | _Im_FileEvent |
| Network Session | _Im_NetworkSession |
| Process Event | - imProcessCreate<br> - imProcessTerminate |
| Registry Event | imRegistry |
| Process Event | _Im_ProcessCreate<br> _Im_ProcessTerminate |
| Registry Event | _Im_Registry |
| Web Session | _Im_WebSession |


Expand Down