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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user