Skip to content

State that source and destination are also a pair. #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Container fields are used for meta information about the specific container that

## <a name="destination"></a> Destination fields

Destination fields describe details about the destination of a packet/event.
Destination fields describe details about the destination of a packet/event. Destination fields are usually populated in conjuction with source fields.


| Field | Description | Level | Type | Example |
Expand Down Expand Up @@ -404,7 +404,7 @@ The service fields describe the service for or from which the data was collected

## <a name="source"></a> Source fields

Source fields describe details about the source of a packet/event.
Source fields describe details about the source of a packet/event. Source fields are usually populated in conjuction with destination fields.


| Field | Description | Level | Type | Example |
Expand Down
4 changes: 2 additions & 2 deletions fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
group: 2
description: >
Destination fields describe details about the destination of a
packet/event.
packet/event. Destination fields are usually populated in conjuction with source fields.
type: group
fields:

Expand Down Expand Up @@ -1222,7 +1222,7 @@
group: 2
description: >
Source fields describe details about the source of a
packet/event.
packet/event. Source fields are usually populated in conjuction with destination fields.
type: group
fields:

Expand Down
2 changes: 1 addition & 1 deletion schemas/destination.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
group: 2
description: >
Destination fields describe details about the destination of a
packet/event.
packet/event. Destination fields are usually populated in conjuction with source fields.
type: group
fields:

Expand Down
2 changes: 1 addition & 1 deletion schemas/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
group: 2
description: >
Source fields describe details about the source of a
packet/event.
packet/event. Source fields are usually populated in conjuction with destination fields.
type: group
fields:

Expand Down