Re: [nxlog-ce-users] Savelog rotation issue
Hi Jon, It's a little unclear who does what. There was no question, but if it is why nxlog writes foo.log.1 instead of foo.log I guess it is because the log rotation script renames the file without telling nxlog about this. You can either use the internal log rotation facility or restart nxlog when you rotate with the script. Regards, Botond On Tue, 23 Sep 2014 15:23:05 -0400 Jon Brouse wrote: > At the beginning of a script I am running savelog to rotate old log files. > So log file foo.log becomes foo.log.0 and foo.log.0 becomes foo.log.1 > > After savelog runs, logsave writes to foo.log. On the nxlog server foo.log > is blank and all output is written to foo.log.1 -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk ___ nxlog-ce-users mailing list nxlog-ce-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
Re: [nxlog-ce-users] getting filename from im_file
Hi Yves, You can use something like this: Exec $filename = file_basename(file_name()); to_json(); Regards, Botond On Tue, 23 Sep 2014 17:23:23 -0600 Yves Dorfsman wrote: > > Using im_file and a wildcard filename to forward log files, how can I add a > tag with the source filename (having a wildcard, it's reading several files)? > > Thanks. > > -- > Yves. > > -- > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > ___ > nxlog-ce-users mailing list > nxlog-ce-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk ___ nxlog-ce-users mailing list nxlog-ce-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
Re: [nxlog-ce-users] nxlog on Ubuntu 14.04
Hi, There is a package for 14.04 now. You can also build from source: copy control.Debian-wheezy to control.Ubuntu-trusty and run make_debs.sh Regards, Botond On Wed, 24 Sep 2014 16:30:16 +0100 Bertalan Voros wrote: > Hello all, > > Is there a way to install nxlog on Ubuntu 14.04? > > I would prefer using the deb package however it's reporting an unmet > dependency that cannot be fulfilled. > nxlog-ce depends on libperl5.14 (>= 5.14.2) > > Best regards, > Bertalan -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk ___ nxlog-ce-users mailing list nxlog-ce-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users