KRDP - Add Sequence numbers to message text

Top  Previous  Next

 

Section: HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds\Syslogd\Properties

 

Value (STRING): KRDPAddSeqToMsgText

 

Min value:        0

Max value:        1

Default value:        0

Type:                Enable/Disable

 

When this value is set to "1" the KRDP listener will add the received sequence number to the end of the message text. Each sequence number is unique per connection ID and will range from 0 to 2147483647.

 

The tag added will look like: " KRDP_Seq=1234".

 

E.g.

 

The quick brown fox jumped over the lazy dogs back KRDP_Seq=5742

The quick brown fox jumped over the lazy dogs back KRDP_Seq=5743

The quick brown fox jumped over the lazy dogs back KRDP_Seq=5744

The quick brown fox jumped over the lazy dogs back KRDP_Seq=5745

 

 

Running Kiwi Syslog Server on a native 64-bit machine?

 

 On 64-bit Windows installations, Kiwi Syslog Server runs in WOW (Windows on Windows) 32-bit

 emulated mode.  In WOW mode, the SolarWinds registry hive resides in:

 HKEY_LOCAL_MACHINE\Software\WOW6432Node, not in HKEY_LOCAL_MACHINE\Software

 as it does on a native 32-bit Windows environment.

 

 If you are running Kiwi Syslog Server on a native 64-bit windows machine, please re-map all

 registry settings from HKEY_LOCAL_MACHINE\Software\SolarWinds\... to:

HKEY_LOCAL_MACHINE\Software\WOW6432Node\SolarWinds\...