RE: Syslog and Windows
Eric Fitzgerald <[email protected]>
| Newsgroups | gmane.comp.sysutils.loganalysis |
|---|---|
| Message-ID | <74735BF202608043B11025A9FAA9438906AC674F@WIN-MSG-21.wingroup.windeploy.ntdev.microsoft.com> |
Thanks Rainer, I just wanted to make sure everyone was aware of idiosyncrasies of Windows events. There has been discussion elsewhere on this thread of several different syslog solutions for Windows; it would be in the best interest of those choosing to implement any of those to find out the limitations of each of those solutions. Best regards, Eric -----Original Message----- From: Rainer Gerhards [mailto:[email protected]] Sent: Monday, June 25, 2007 1:03 PM To: Eric Fitzgerald; loganalysis Subject: RE: [logs] Syslog and Windows Hi Eric, Thanks for the explanation, really appreciated. But I need to comment on the syslog issue ;) > If you have a solution which does all these lookups and > translations and > combines the event message text with the raw event data prior to > transmission, the average event length will likely increase > up to 4x, to > the vicinity of 2k-3k per event record in the security event log. > > Syslog only supports 1k per message per RFC 3164. RFC 3164 is informational and NOT realy describing what can be seen in practice. The typical (unpatched) syslogd on Linux does indeed have the 2K limit, but there are many other syslog-based solutions out (including on *nix) which support for larger sizes. > > Any syslog-based solution for gathering Windows logs is likely either > truncating a large percentage of Windows events, or not collecting > Windows events in a way that they can be analyzed by human beings (in > that case don't blame Windows; blame your SEM). Or it ignores the artificial limit in old-day syslog. > In summary, syslog is probably a poor solution for Windows security > events for the reasons described above. Other logs on > Windows typically > have shorter events but you might still have many of the same > shortcomings with syslog. The good thing about syslog is that it is universally available and thus can be used to build cross-platfomr solutions. Rainer