You keep referring to /opt/log  but your configuration is for /var/log/nco.pipe

destination netcool        { pipe("/var/log/nco.pipe"); };


Is this a simple typo?

On 4/9/19 6:38 AM, Aguilu, Miguel wrote:

We are in the middle of a project to Migrate from 3.0 to 3.16 (latest in redhat distro)

The standard 3.14 config works fine writing to some standard logs in /var/log

But we need to write special files to /opt/log/

source s_dgram

  { unix-dgram("/dev/log"); };

source s_kernel

  { file("/proc/kmsg" program_override("kernel: ")); };

source s_udp

  { udp(); };

destination netcool        { pipe("/var/log/nco.pipe"); };

 

log { source(s_dgram);

      source(s_kernel);

      source(s_udp);       filter(f_NOfwflow);

                                        filter(f_NOdata_cent);

                                        filter(f_NOtacacs);

                                        filter(f_netcool);        destination(netcool); };

 

Here are my global options:

 

ANY Ideas?

 

 

 

Thanks

Miguel


-- 
Evan