How do I eliminate the returns or line feed characters from events sent from my Windows servers to my Linux syslog server? When I upgraded EventReporter, I mostly accepted the defaults, and now I get those horrible ^M characters in my syslog messages file. If I move it over to my Windows PC, I get output that looks like Windows Event Viewer logs - exactly what I was trying to avoid by using EventReporter.
This is an example of an offending entry in the Linux messages file, viewed with vi:
Aug 14 04:12:34 myhost MYHOST EvntSLog: 9310: [AUS] Sun Aug 14 04:12:34 2005: NT AUTHORITY\SYSTEM/Security/MYHOST/Security (593) - "A process has exited:^M Process ID: 552^M User Name: MYHOST$^M Domain: PRINCETON^M Logon ID: (0x0,0x3E7)^M "
I want each record to be one line, so I can easily grep through it, without distracting carriage return characters.
I would also like to know what the field and record separators are in events so that I can parse them.
Thanks.
Catemaco


