Skip to content

Commit f0e0f86

Browse files
committed
Fix review comments
1 parent 9c9c4a2 commit f0e0f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/network-normalization-schema.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Network session events use the descriptors `Src` and `Dst` to denote the roles o
9898

9999
For events reported by an endpoint and for which the event type is `EndpointNetworkSession`, the descriptors `Local` and `Remote` denote the endpoint itself and the device at the other end of the network session respectively.
100100

101-
The descriptor 'Dvc' is used for the reporting device, which is the local system for sessions reported by an endpoint, and the intermediary device or network tap for other network session events.
101+
The descriptor `Dvc` is used for the reporting device, which is the local system for sessions reported by an endpoint, and the intermediary device or network tap for other network session events.
102102

103103
## Schema details
104104

@@ -247,7 +247,7 @@ The descriptor 'Dvc' is used for the reporting device, which is the local system
247247

248248
All the source and destination fields listed above, can be optionally aliased by fields with the same name and the descriptors `Local` and `Remote`. This is typically helpful for events reported by an endpoint and for which the event type is `EndpointNetworkSession`.
249249

250-
For such events the descriptors `Local` and `Remote` denote the endpoint itself and the device at the other end of the network session respectively. For inbound connections, the local system is the destination, `Local` fields are aliases to the `Dst` fields, and 'Remote' fields are aliases to `Src` fields. Conversely, for outbound connections, the local system is the source, `Local` fields are aliases to the `Src` fields, and 'Remote' fields are aliases to `Dst` fields.
250+
For such events the descriptors `Local` and `Remote` denote the endpoint itself and the device at the other end of the network session respectively. For inbound connections, the local system is the destination, `Local` fields are aliases to the `Dst` fields, and 'Remote' fields are aliases to `Src` fields. Conversely, for outbound connections, the local system is the source, `Local` fields are aliases to the `Src` fields, and `Remote` fields are aliases to `Dst` fields.
251251

252252
For example, for an inbound event, the field `LocalIpAddr` is an alias to `DstIpAddr` and the field `RemoteIpAddr` is an alias to `SrcIpAddr`.
253253

@@ -310,7 +310,7 @@ These are the changes in version 0.2.2 of the schema:
310310
- Defined `Hostname` and `IpAddr` as aliases for `RemoteHostname` and `LocalIpAddr` respectively when the event type is `EndpointNetworkSession`.
311311
- Defined `DvcInterface` as an alias to `DvcInboundInterface` or `DvcOutboundInterface`.
312312
- Changed the type of the following fields from Integer to Long: `SrcBytes`, `DstBytes`, `NetworkBytes`, `SrcPackets`, `DstPackets`, and `NetworkPackets`.
313-
- Added the fields `NetworkProtoolVersion`, `SrcSubscriptionId`, and `DstSubscriptionId`.
313+
- Added the fields `NetworkProtocolVersion`, `SrcSubscriptionId`, and `DstSubscriptionId`.
314314
- Deprecated `DstUserDomain` and `SrcUserDomain`.
315315

316316
## Next steps

0 commit comments

Comments
 (0)