1response magneton Hi All, Is it possible to use Exec command to add username to logs? If so, can someone point me to resource on how to do it? Can the same be used to add current assigned IP address? Regards Jake AskedJanuary 22, 2018 - 5:23pm Answer the question Leave a comment
b0ti Some modules (e.g. im_msvistalog) already add this. You can do it manually: <Exec> $Username = 'Foo'; $IPAddress = host_ip(); </Exec> See the Extracting Data section in the User Guide if you want to parse this information from your logs. AnsweredJanuary 23, 2018 - 11:59am Leave a comment