filter f_boot-time-detail { program(boot-time-detail); }; destination d_boot-time-detail { file("/var/log/boot-time-detail.log"); }; log { source(src); filter(f_boot-time-detail); destination(d_boot-time-detail); };