Skip to content

Commit 57332f6

Browse files
Merge pull request #19290 from alvarocabanas/develop
docs: add default information for Network Sample default filtered devices
2 parents db06061 + ce05ed9 commit 57332f6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/content/docs/infrastructure/infrastructure-data/default-infra-data.mdx

+25
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,31 @@ Select an event name in the following table to see its attributes.
143143

144144
<td>
145145
`NetworkSample` captures the descriptive and state information for each network device associated with a server. It includes the device's interface and address information, as well as current usage data. We take a snapshot of this data every 10 seconds for each attached network interface and package it into a `NetworkSample` event, which is then sent to New Relic. This data appears on the [<DNT>**Network**</DNT> UI page](/docs/infrastructure/infrastructure-ui-pages/infra-hosts-ui-page#network).
146+
147+
<Callout variant="important">
148+
Not all the network devices will be included by default, the filters in the following table will not generate `NetworkSample` for the matching interfaces unless the [network-inferface-filters](/docs/infrastructure/install-infrastructure-agent/configuration/infrastructure-agent-configuration-settings/#network-interface-filters) config attribute is modified.
149+
</Callout>
150+
151+
<CollapserGroup>
152+
<Collapser
153+
id="filters-linux"
154+
title="Linux"
155+
>
156+
Default network interface filters for Linux:
157+
158+
* Network interfaces that start with `dummy`, `lo`, `vmnet`, `sit`, `tun`, `tap`, or `veth`
159+
* Network interfaces that contain `tun` or `tap`
160+
</Collapser>
161+
162+
<Collapser
163+
id="filters-windows"
164+
title="Windows"
165+
>
166+
Default network interface filters for Windows:
167+
168+
* Network interfaces that start with `Loop`, `isatap`, or `Local`
169+
</Collapser>
170+
</CollapserGroup>
146171
</td>
147172
</tr>
148173

0 commit comments

Comments
 (0)