Skip to content

Commit 2d714d3

Browse files
[DOCS-12236] adding new neutral tags to Network Analytics page (#32041)
* adding new neutral tags * Apply suggestions from Janine's review Co-authored-by: Janine Chan <[email protected]> --------- Co-authored-by: Janine Chan <[email protected]>
1 parent b5e025b commit 2d714d3

File tree

1 file changed

+74
-16
lines changed

1 file changed

+74
-16
lines changed

content/en/network_monitoring/cloud_network_monitoring/network_analytics.md

Lines changed: 74 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -143,22 +143,80 @@ Neutral tags are tags that are not specific to a client or server, and instead a
143143

144144
The following is the list of neutral tags available for use:
145145

146-
| Tag | Description |
147-
|-------------------------|-----------------------------------------------------------------------------------------------|
148-
| `is_agent_traffic` | Indicates if the traffic was generated by the Datadog Agent. |
149-
| `tls_encrypted` | Specifies if the connection is encrypted using TLS. |
150-
| `tls_cipher_suite` | Identifies the TLS cipher suite used (for example, `tls_ecdhe_rsa_with_aes_128_gcm_sha256`). |
151-
| `tls_cipher_insecure` | Indicates if the cipher used is considered secure. |
152-
| `tls_version` | The TLS version used (`tls_1.2` or `tls_1.3`). |
153-
| `tls_client_version` | The TLS versions supported by the client (`tls_1.2` or `tls_1.3`). |
154-
| `gateway_id` | Unique identifier for the AWS gateway resource. |
155-
| `gateway_type` | Type of AWS gateway (Internet, NAT, or Transit). |
156-
| `gateway_region` | AWS region of the gateway (for example, `us-east-1`). |
157-
| `gateway_availability-zone` | Availability zone hosting the gateway (for example, `us-east-1a`). |
158-
| `gateway_public_ip` | Public IP address assigned to the NAT gateway. |
159-
| `tgw_attachment_id` | Unique identifier for the AWS Transit Gateway attachment. |
160-
| `tgw_attachment_type` | Type of Transit Gateway attachment (for example, VPC, VPN, Direct Connect). |
161-
| `vpc_endpoint_id` | Unique identifier for the VPC endpoint. |
146+
<table>
147+
<thead>
148+
<tr>
149+
<th style="white-space: nowrap; width: 300px; min-width: 300px;">Tag</th>
150+
<th>Description</th>
151+
</tr>
152+
</thead>
153+
<tbody>
154+
<tr>
155+
<td><code>gateway_availability-zone</code></td>
156+
<td>Availability zone hosting the gateway (for example, <code>us-east-1a</code>).</td>
157+
</tr>
158+
<tr>
159+
<td><code>gateway_id</code></td>
160+
<td>Unique identifier for the AWS gateway resource.</td>
161+
</tr>
162+
<tr>
163+
<td><code>gateway_public_ip</code></td>
164+
<td>Public IP address assigned to the NAT gateway.</td>
165+
</tr>
166+
<tr>
167+
<td><code>gateway_region</code></td>
168+
<td>AWS region of the gateway (for example, <code>us-east-1</code>).</td>
169+
</tr>
170+
<tr>
171+
<td><code>gateway_type</code></td>
172+
<td>Type of AWS gateway (internet, NAT, or Transit).</td>
173+
</tr>
174+
<tr>
175+
<td><code>intra_availability_zone</code></td>
176+
<td>Indicates whether network flows are within an availability zone (<code>true</code>), cross-availability zone (<code>false</code>), or undetermined (<code>unknown</code>). <strong>Note</strong>: Not applicable for Azure.</td>
177+
</tr>
178+
<tr>
179+
<td><code>intra_region</code></td>
180+
<td>Indicates whether network flows are within a region (<code>true</code>), cross-region (<code>false</code>), or undetermined (<code>unknown</code>).</td>
181+
</tr>
182+
<tr>
183+
<td><code>is_agent_traffic</code></td>
184+
<td>Indicates if the traffic was generated by the Datadog Agent.</td>
185+
</tr>
186+
<tr>
187+
<td><code>tgw_attachment_id</code></td>
188+
<td>Unique identifier for the AWS Transit Gateway attachment.</td>
189+
</tr>
190+
<tr>
191+
<td><code>tgw_attachment_type</code></td>
192+
<td>Type of Transit Gateway attachment (for example, VPC, VPN, Direct Connect).</td>
193+
</tr>
194+
<tr>
195+
<td><code>tls_cipher_insecure</code></td>
196+
<td>Indicates if the cipher used is considered secure.</td>
197+
</tr>
198+
<tr>
199+
<td><code>tls_cipher_suite</code></td>
200+
<td>Identifies the TLS cipher suite used (for example, <code>tls_ecdhe_rsa_with_aes_128_gcm_sha256</code>).</td>
201+
</tr>
202+
<tr>
203+
<td><code>tls_client_version</code></td>
204+
<td>The TLS version supported by the client (<code>tls_1.2</code> or <code>tls_1.3</code>).</td>
205+
</tr>
206+
<tr>
207+
<td><code>tls_encrypted</code></td>
208+
<td>Specifies if the connection is encrypted using TLS.</td>
209+
</tr>
210+
<tr>
211+
<td><code>tls_version</code></td>
212+
<td>The TLS version used (<code>tls_1.2</code> or <code>tls_1.3</code>).</td>
213+
</tr>
214+
<tr>
215+
<td><code>vpc_endpoint_id</code></td>
216+
<td>Unique identifier for the VPC endpoint.</td>
217+
</tr>
218+
</tbody>
219+
</table>
162220

163221
## Summary graphs
164222

0 commit comments

Comments
 (0)