Documentation forKiwi Syslog Server NG

DisplayColumnsEnabled

This documentation is for legacy Kiwi Syslog Server versions 9.8.2 and older.

Use this Kiwi Syslog Server registry setting to specify which columns are shown on the Kiwi Syslog Service Manager display.

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) DisplayColumnsEnabled
Min value 0
Max value 31
Default value 31
Type Decimal number from 0-31

By default, all the columns are shown. To display a different set of columns, enter the sum of the columns' decimal values.

Bit number Decimal value Column name
0 1 Date
1 2 Time
2 4 Priority
3 8 Hostname
4 16 Message

For example:

  • To display all columns, set the value to 31.

  • To display the Message (16) and Hostname (8) columns, set the value to 24 (16 = 8 = 24).

  • To display the Message (16) and Time (2) columns, set the value to 18 (16 + 2 = 18).

  • To display only the Message column, set the value to 16.