Skip to content

Commit b31fa0c

Browse files
committed
Update schema versions
1 parent 7b325e7 commit b31fa0c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/sentinel/normalization-about-schemas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Schema references outline the fields that comprise each schema. ASIM currently d
2020
| Schema | Version | Status |
2121
| ------ | ------- | ------ |
2222
| [Authentication Event](authentication-normalization-schema.md) | 0.1.1 | Preview |
23-
| [DNS Activity](dns-normalization-schema.md) | 0.1.3 | Preview |
23+
| [DNS Activity](dns-normalization-schema.md) | 0.1.4 | Preview |
2424
| [DHCP Activity](dhcp-normalization-schema.md) | 0.1 | Preview |
2525
| [File Activity](file-event-normalization-schema.md) | 0.1 | Preview |
26-
| [Network Session](normalization-schema.md) | 0.2.2 | Preview |
26+
| [Network Session](normalization-schema.md) | 0.2.4 | Preview |
2727
| [Process Event](process-events-normalization-schema.md) | 0.1 | Preview |
2828
| [Registry Event](registry-event-normalization-schema.md) | 0.1 | Preview |
2929
| [User Management](user-management-normalization-schema.md) | 0.1 | Preview |
30-
| [Web Session](web-normalization-schema.md) | 0.2.2 | Preview |
30+
| [Web Session](web-normalization-schema.md) | 0.2.4 | Preview |
3131

3232

3333
> [!IMPORTANT]

articles/sentinel/web-normalization-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following list mentions fields that have specific guidelines for Web Session
124124
| **EventResult** | Mandatory | Enumerated | Describes the event result, normalized to one of the following values: <br> - `Success` <br> - `Partial` <br> - `Failure` <br> - `NA` (not applicable) <br><br>For an HTTP session, `Success` is defined as a status code lower than `400`, and `Failure` is defined as a status code higher than `400`. For a list of HTTP status codes, refer to [W3 Org](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).<br><br>The source may provide only a value for the [EventResultDetails](#eventresultdetails) field, which must be analyzed to get the **EventResult** value. |
125125
| <a name="eventresultdetails"></a>**EventResultDetails** | Mandatory | String | For HTTP sessions, the value should be the HTTP status code. <br><br>**Note**: The value may be provided in the source record using different terms, which should be normalized to these values. The original value should be stored in the **EventOriginalResultDetails** field.|
126126
| **EventSchema** | Mandatory | String | The name of the schema documented here is `WebSession`. |
127-
| **EventSchemaVersion** | Mandatory | String | The version of the schema. The version of the schema documented here is `0.2.3` |
127+
| **EventSchemaVersion** | Mandatory | String | The version of the schema. The version of the schema documented here is `0.2.4` |
128128
| **Dvc** fields| | | For Web Session events, device fields refer to the system reporting the Web Session event. |
129129

130130

@@ -198,7 +198,7 @@ If the event is reported by one of the endpoints of the web session, it may incl
198198

199199
### Schema updates
200200

201-
The Web Session schema relies on the Network Session schema. Therefore, [Network Session schema updates](network-normalization-schema.md#schema-updates) apply to the Web Session schema as well. The WebSession schema version has been updated to reflect this dependancy.
201+
The Web Session schema relies on the Network Session schema. Therefore, [Network Session schema updates](network-normalization-schema.md#schema-updates) apply to the Web Session schema as well. The WebSession schema version has been updated to reflect this dependency.
202202

203203
## Next steps
204204

0 commit comments

Comments
 (0)