KRDPAddSeqToMsgText — Legacy
This documentation is for legacy Kiwi Syslog Server versions 9.8.3 and older.
Use this Kiwi Syslog Server registry setting to specify whether the KRDP listener adds the received sequence number to the end of the message text.
Section (32-bit Windows OS) | HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds\Syslogd\Properties |
Section (64-bit Windows OS) | HKEY_LOCAL_MACHINE\Software\WOW6432Node\SolarWinds\Syslogd\Properties |
Value (STRING) | KRDPAddSeqToMsgText |
Min value | 0 |
Max value | 1 |
Default value | 0 |
Type | Enable or 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
.
For example:
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