Skip to content

Commit ba3847e

Browse files
Merge pull request #221850 from limwainstein/cef-mapping-fix
CEF mapping addition
2 parents 0a1e3e0 + 1e1ef9c commit ba3847e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/sentinel/cef-name-mapping.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ For more information, see [Connect your external solution using Common Event For
2626
|---------|---------|---------|
2727
| act | <a name="deviceaction"></a> DeviceAction | The action mentioned in the event. |
2828
| app | ApplicationProtocol | The protocol used in the application, such as HTTP, HTTPS, SSHv2, Telnet, POP, IMPA, IMAPS, and so on. |
29+
| cat | DeviceEventCategory | Represents the category assigned by the originating device. Devices often use their own categorization schema to classify event. For example: `/Monitor/Disk/Read`. |
2930
| cnt | EventCount | A count associated with the event, showing how many times the same event was observed. |
3031

3132

@@ -101,14 +102,15 @@ For more information, see [Connect your external solution using Common Event For
101102
|oldFileSize | OldFileSize | Size of the old file.|
102103
| oldFileType | OldFileType | File type of the old file, such as a pipe, socket, and so on.|
103104
| out | SentBytes | Number of bytes transferred outbound. |
104-
| Outcome | Outcome | Outcome of the event, such as `success` or `failure`.|
105+
| outcome | EventOutcome | Outcome of the event, such as `success` or `failure`.|
105106
|proto | Protocol | Transport protocol that identifies the Layer-4 protocol used. <br><br>Possible values include protocol names, such as `TCP` or `UDP`. |
106107

107108

108109
## R - T
109110

110111
|CEF key name |CommonSecurityLog name |Description |
111112
|---------|---------|---------|
113+
| reason | Reason | The reason an audit event was generated. For example `badd password` or `unknown user`. This could also be an error or return code. For example: `0x1234`. |
112114
|Request | RequestURL | The URL accessed for an HTTP request, including the protocol. For example, `http://www/secure.com` |
113115
|requestClientApplication | RequestClientApplication | The user agent associated with the request. |
114116
| requestContext | RequestContext | Describes the content from which the request originated, such as the HTTP Referrer. |

0 commit comments

Comments
 (0)