From 0643aede6d4166287c9a6b17227447e1b0a5fb41 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 9 Aug 2023 15:26:58 -0700 Subject: [PATCH 1/2] Update destination attribute briefs --- model/destination.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model/destination.yaml b/model/destination.yaml index 2df72bd9f3..a2fd8fd65f 100644 --- a/model/destination.yaml +++ b/model/destination.yaml @@ -16,9 +16,9 @@ groups: note: This value may be a host name, a fully qualified domain name, or another host naming format. - id: address type: string - brief: 'Peer address, for example IP address or UNIX socket name.' + brief: 'Destination address, for example IP address or UNIX socket name.' examples: ['10.5.3.2'] - id: port type: int - brief: 'Peer port number' + brief: 'Destination port number' examples: [3389, 2888] From f6547f0df61a837024c7bc94c9865e264e004df1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Wed, 9 Aug 2023 15:41:59 -0700 Subject: [PATCH 2/2] Update markdown --- docs/general/attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/general/attributes.md b/docs/general/attributes.md index 13e98d5595..289badc7cd 100644 --- a/docs/general/attributes.md +++ b/docs/general/attributes.md @@ -221,8 +221,8 @@ Destination fields capture details about the receiver of a network exchange/pack | Attribute | Type | Description | Examples | Requirement Level | |---|---|---|---|---| | `destination.domain` | string | The domain name of the destination system. [1] | `foo.example.com` | Recommended | -| `destination.address` | string | Peer address, for example IP address or UNIX socket name. | `10.5.3.2` | Recommended | -| `destination.port` | int | Peer port number | `3389`; `2888` | Recommended | +| `destination.address` | string | Destination address, for example IP address or UNIX socket name. | `10.5.3.2` | Recommended | +| `destination.port` | int | Destination port number | `3389`; `2888` | Recommended | **[1]:** This value may be a host name, a fully qualified domain name, or another host naming format.