[rt-users] How to send Custom Field values to SYSLOG

roeland rbraam at gmail.com
Tue Feb 9 02:05:04 EST 2016


Hello,

I want to create a feedback loop using SYSLOG towards my SIEM.
I managed to send the ticket subject , but i'm unable to send Custom Field
values.

I have the following code in the "Custom action commit code:"

my $ticket = $self->TicketObj; 
RT->Logger->error($ticket->SubjectTag); 
return 1;


How can i add specific Custom Field Values to the SYSLOG output?







--
View this message in context: http://requesttracker.8502.n7.nabble.com/How-to-send-Custom-Field-values-to-SYSLOG-tp61314.html
Sent from the Request Tracker - User mailing list archive at Nabble.com.



More information about the rt-users mailing list