Another approach you could take is "Log shipping", run a program, dumpevt works great, that will dump the event log out to a CSV, then SCP it to your Linux system. From there you can do almost anything with it, PERL facilitates so much.
Kevin On Friday 20 August 2004 04:59 pm, Ed Anderson wrote: > oops, somehow I missed that message. > Thanks Jeremy > > On Fri, 20 Aug 2004 16:54:17 -0400, Jeremy Portzer <[EMAIL PROTECTED]> wrote: > > On Fri, 2004-08-20 at 15:44, Ed Anderson wrote: > > > In that case, use your favorite scripting language to pscp the log > > > files to the linux server. It could be a simple batch file or perl > > > script. Whatever you know how to use. > > > > But most Windows logs are not log files, they are entries in the Event > > Log facility. > > > > The link that Dan Monjar posted is quite informative, Ed, take a look: > > http://www.aplawrence.com/Reviews/NTSyslog.html > > > > --Jeremy > > > > -- > > /---------------------------------------------------------------------\ > > > > | Jeremy Portzer [EMAIL PROTECTED] trilug.org/~jeremy | > > | GPG Fingerprint: 712D 77C7 AB2D 2130 989F E135 6F9F F7BC CC1A 7B92 | > > > > \---------------------------------------------------------------------/ > > > > > > -- > > TriLUG mailing list : > > http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ > > : http://trilug.org/faq/ > > TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ > > TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc > > -- > Ed Anderson > Providence Software Solutions, Inc. -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
