This commit is contained in:
kameron on pi502 2025-08-08 14:46:23 -04:00
parent 085d360cd3
commit a5c7fcba1d
2 changed files with 2 additions and 2 deletions

View File

@ -37,6 +37,6 @@
# insecure_skip_verify = false
[[inputs.syslog]]
server = "tcp://:6514"
server = "tcp://0.0.0.0:6514"

View File

@ -37,7 +37,7 @@
# insecure_skip_verify = false
[[inputs.syslog]]
server = "tcp://localhost:6514"
server = "tcp://0.0.0.0:6514"
# Read flattened metrics from one or more JSON HTTP endpoints
[[inputs.http]]