File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
content/en/network_monitoring/devices Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,14 @@ Network Device Monitoring (NDM) uses Syslog to provide visibility into the healt
3838
3939 ` ` ` yaml
4040 logs:
41- - type: syslog
41+ - type: udp
4242 port: 514
43- protocol: udp
4443 source: syslog
4544 service: <service> # optional tag
4645 ` ` `
4746
4847 - **`port`**: The port the Agent listens on for Syslog messages. Default is 514.
49- - **`protocol `**: Set to `udp` or `tcp` based on your device configuration.
48+ - **`type `**: Set to `udp` or `tcp` based on your device configuration.
5049 - **`source`**: Custom source name for these logs in Datadog. Use `syslog` to correlate with NDM devices.
5150 - **`service`**: Optional service name for unified service tagging.
5251
@@ -76,9 +75,8 @@ Network Device Monitoring (NDM) uses Syslog to provide visibility into the healt
7675
7776 ``` yaml
7877 logs :
79- - type : syslog
78+ - type : udp
8079 port : 514
81- protocol : udp
8280 source : syslog
8381 service : <service> # optional tag
8482 ` ` `
@@ -109,9 +107,8 @@ Network Device Monitoring (NDM) uses Syslog to provide visibility into the healt
109107
110108 ` ` ` yaml
111109 logs:
112- - type: syslog
110+ - type: udp
113111 port: 514
114- protocol: udp
115112 source: syslog
116113 service: <service> # optional tag
117114 ` ` `
@@ -200,4 +197,4 @@ After your network devices are configured and the Datadog Agent is running, you
200197[1] : /logs/log_collection/
201198[2] : /logs/log_configuration/pipelines/
202199[4] : https://app.datadoghq.com/logs
203- [5] : https://app.datadoghq.com/devices
200+ [5] : https://app.datadoghq.com/devices
You can’t perform that action at this time.
0 commit comments