v-l: Enable useRemoteIP for syslog

Victoria Logs can now record the source address for syslog messages in a
`remoteIP` field.  This has to be enabled specifically, although I can't
think of a reason why someone would _not_ want to record that
information.
This commit is contained in:
2025-11-24 07:47:35 -06:00
parent 4601b4d092
commit f1b61a8d0a

View File

@@ -5,7 +5,9 @@ data_volumes:
victoria_logs_extra_args:
- '-syslog.listenAddr.tcp=:601'
- '-syslog.useRemoteIP.tcp=true'
- '-syslog.listenAddr.udp=:514'
- '-syslog.useRemoteIP.udp=true'
- '-syslog.extraFields.udp=''{}'''
- '-syslog.streamFields.udp=''["hostname","app_name","proc_id"]'''
- '-syslog.listenAddr.udp=:6666'