Forum Discussion

soymanue's avatar
soymanue
Icon for Nimbostratus rankNimbostratus
Mar 15, 2013

Remote Logging APM Events

Hello

 

We have been using remote logging for a long time.

 

Now we want to send to a remote syslog server the APM events than can be found in /var/log/apm.log

 

Unfortunately it doesn't work.

 

This is our remote logging configuration:

 

sys syslog { include "

 

destination d_loghost {

 

udp(\"1.1.1.1\" port(514));

 

udp(\"1.1.1.1\" port(514) template(\"$FACILITY.$PRIORITY $MSG\\n\"));

 

udp(\"10.10.10.10\" port(514));

 

};

 

log {

 

source(s_syslog_pipe);

 

filter(f_local0);

 

filter(f_local1);

 

destination(d_loghost);

 

};

 

" }

 

 

Do we need any additional command to send APM events?

 

Thank you in advande

 

No RepliesBe the first to reply