Skip to content

Commit af3504b

Browse files
committed
fix the description in the table
1 parent 762f5ed commit af3504b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CloudAppSecurityDocs/migrate-to-supported-api-solutions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The table below compares the legacy SIEM agent’s CEF fields to the nearest equ
2828
| `start` | Activity or alert timestamp | `Timestamp` | `firstActivityDateTime` |
2929
| `end` | Activity or alert timestamp | None | `lastActivityDateTime` |
3030
| `rt` | Activity or alert timestamp | `createdDateTime` | `createdDateTime` / `lastUpdateDateTime` / `resolvedDateTime` |
31-
| `msg` | Alert or activity description (human-readable) | Closest structured fields: `actorDisplayName`, `ObjectName`, `ActionType`, `ActivityType` | `description` |
31+
| `msg` | Alert or activity description as shown in the portal in a human readable format | The closest structured fields that contribute to a similar description: `actorDisplayName`, `ObjectName`, `ActionType`, `ActivityType` | `description` |
3232
| `suser` | Activity or alert subject user | `AccountObjectId`, `AccountId`, `AccountDisplayName` | See `userEvidence` resource type |
33-
| `destinationServiceName` | Originating app (for example, SharePoint, Box) | `CloudAppEvents > Application` | See `cloudApplicationEvidence` resource type |
34-
| `cs<X>Label`, `cs<X>` | Dynamic fields (for example, target user, object) | `Entities`, `Evidence`, `additionalData`, `ActivityObjects` | Various `alertEvidence` resource types |
33+
| `destinationServiceName` | Activity or alert from the originating app (for example, SharePoint, Box) | `CloudAppEvents > Application` | See `cloudApplicationEvidence` resource type |
34+
| `cs<X>Label`, `cs<X>` | Alert or activity dynamic fields (for example, target user, object) | `Entities`, `Evidence`, `additionalData`, `ActivityObjects` | Various `alertEvidence` resource types |
3535
| `EVENT_CATEGORY_*` | High-level activity category | `ActivityType` / `ActionType` | `category` |
3636
| `<name>` | Matched policy name | `Title`, `alertPolicyId` | `Title`, `alertPolicyId` |
3737
| `<ACTION>` (Activities) | Specific activity type | `ActionType` | N/A |
3838
| `externalId` (Activities) | Event ID | `ReportId` | N/A |
39-
| `requestClientApplication` (activities)| User agent of client device | `UserAgent` | N/A |
39+
| `requestClientApplication` (activities)| User agent of the client device in activities | `UserAgent` | N/A |
4040
| `Dvc` (activities) | Client device IP | `IPAddress` | N/A |
4141
| `externalId` (Alert) | Alert ID | `AlertId` | `id` |
4242
| `<alert type>` | Alert type (for example, ALERT_CABINET_EVENT_MATCH_AUDI) | - | - |

0 commit comments

Comments
 (0)