Skip to content

Commit

Permalink
Clarify network definition (elastic#197)
Browse files Browse the repository at this point in the history
* Clarify network definition

* Updated CHANGELOG.md

* remove sentence about path exclusion
  • Loading branch information
MikePaquette committed Dec 4, 2018
1 parent 71b795f commit 999db9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Fields which are specific to log events.

## <a name="network"></a> 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 |
Expand Down
2 changes: 1 addition & 1 deletion fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,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:

Expand Down
2 changes: 1 addition & 1 deletion schemas/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 999db9e

Please sign in to comment.