diff --git a/CHANGELOG.md b/CHANGELOG.md index ab15820e75..c9a0a24858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ All notable changes to this project will be documented in this file based on the * Improved the definition of the file fields #196 * Improved the definition of the agent fields #192 * Improve definition of events, logs, and metrics in event section #194 +* Improved the definition of network fields in intro section #197 ### Deprecated diff --git a/README.md b/README.md index c1afa68319..35f841eef8 100644 --- a/README.md +++ b/README.md @@ -293,7 +293,7 @@ Fields which are specific to log events. ## Network fields -Fields related to network data. +The network is defined as the communication path over which a host or network event happens. The network.* fields should be populated with details about the network activity associated with an event. | Field | Description | Level | Type | Example | diff --git a/fields.yml b/fields.yml index 9be7843fab..123462aeef 100644 --- a/fields.yml +++ b/fields.yml @@ -788,7 +788,7 @@ title: Network group: 2 description: > - Fields related to network data. + The network is defined as the communication path over which a host or network event happens. The network.* fields should be populated with details about the network activity associated with an event. type: group fields: diff --git a/schemas/network.yml b/schemas/network.yml index 305df1e7de..48df48e767 100644 --- a/schemas/network.yml +++ b/schemas/network.yml @@ -3,7 +3,7 @@ title: Network group: 2 description: > - Fields related to network data. + The network is defined as the communication path over which a host or network event happens. The network.* fields should be populated with details about the network activity associated with an event. type: group fields: