-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17347 from ASchneider-GitHub/develop
docs: Updated supported environments for Network Performance Monitoring to include Podman
- Loading branch information
Showing
17 changed files
with
2,593 additions
and
627 deletions.
There are no files selected for viewing
340 changes: 227 additions & 113 deletions
340
...work-performance-monitoring/setup-performance-monitoring/meraki-api-polling.mdx
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
391 changes: 259 additions & 132 deletions
391
...performance-monitoring/setup-performance-monitoring/network-flow-monitoring.mdx
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
413 changes: 280 additions & 133 deletions
413
...rformance-monitoring/setup-performance-monitoring/network-syslog-monitoring.mdx
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
641 changes: 418 additions & 223 deletions
641
...ormance-monitoring/setup-performance-monitoring/snmp-performance-monitoring.mdx
100644 → 100755
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+36.6 KB
(180%)
src/images/network_screenshot-full_network-flows-guided-install.webp
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+17.6 KB
(150%)
src/images/network_screenshot-full_snmp-guided-install.webp
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+27.3 KB
(190%)
src/images/network_screenshot-full_syslog-guided-install.webp
100644 → 100755
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,146 @@ | ||
--- | ||
componentType: default | ||
headingText: Network flow security prerequisites | ||
--- | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th style={{ width: '100px' }}> | ||
Direction | ||
</th> | ||
|
||
<th> | ||
Source | ||
</th> | ||
|
||
<th> | ||
Destination | ||
</th> | ||
|
||
<th> | ||
Ports | ||
</th> | ||
|
||
<th> | ||
Protocol | ||
</th> | ||
|
||
<th> | ||
Required | ||
</th> | ||
</tr> | ||
</thead> | ||
|
||
<tbody> | ||
<tr> | ||
<td> | ||
Outbound | ||
</td> | ||
|
||
<td> | ||
Podman host | ||
</td> | ||
|
||
<td> | ||
`ktranslate` image on [Docker Hub](https://hub.docker.com/r/kentik/ktranslate), [Quay.io](https://quay.io/repository/kentik/ktranslate), or your company's internal repository. | ||
</td> | ||
|
||
<td> | ||
443 | ||
</td> | ||
|
||
<td> | ||
TCP | ||
</td> | ||
|
||
<td> | ||
✓ | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
Outbound | ||
</td> | ||
|
||
<td> | ||
Podman host | ||
</td> | ||
|
||
<td> | ||
[New Relic Event | ||
API](/docs/telemetry-data-platform/ingest-apis/introduction-event-api/#requirements) | ||
Endpoint: | ||
`https://insights-collector.eu01.nr-data.net` | ||
</td> | ||
|
||
<td> | ||
443 | ||
</td> | ||
|
||
<td> | ||
TCP | ||
</td> | ||
|
||
<td> | ||
✓ | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
Outbound | ||
</td> | ||
|
||
<td> | ||
Podman host | ||
</td> | ||
|
||
<td> | ||
[New Relic Log | ||
API](/docs/logs/log-management/log-api/introduction-log-api/#endpoint) | ||
Endpoint: | ||
`https://log-api.eu.newrelic.com` | ||
</td> | ||
|
||
<td> | ||
443 | ||
</td> | ||
|
||
<td> | ||
TCP | ||
</td> | ||
|
||
<td> | ||
✓ | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td> | ||
Inbound | ||
</td> | ||
|
||
<td> | ||
Source devices for network flow data | ||
</td> | ||
|
||
<td> | ||
Podman host | ||
</td> | ||
|
||
<td> | ||
9995 (default) | ||
</td> | ||
|
||
<td> | ||
UDP | ||
</td> | ||
|
||
<td> | ||
✓ | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> |
Oops, something went wrong.