Skip to content

Commit 08f9fd3

Browse files
authored
Merge pull request #127537 from tur11ng/patch-1
Fix parser naming conventions in documentation
2 parents c8d3860 + 379ae31 commit 08f9fd3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/sentinel/normalization-about-parsers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ The following table lists the available unifying parsers:
4444
| Schema | Unifying parser |
4545
| ------ | ------------------------- |
4646
| Audit Event | _Im_AuditEvent |
47-
| Authentication | imAuthentication |
47+
| Authentication | _Im_Authentication |
4848
| Dns | _Im_Dns |
49-
| File Event | imFileEvent |
49+
| File Event | _Im_FileEvent |
5050
| Network Session | _Im_NetworkSession |
51-
| Process Event | - imProcessCreate<br> - imProcessTerminate |
52-
| Registry Event | imRegistry |
51+
| Process Event | _Im_ProcessCreate<br> _Im_ProcessTerminate |
52+
| Registry Event | _Im_Registry |
5353
| Web Session | _Im_WebSession |
5454

5555

0 commit comments

Comments
 (0)