Database formats available in KSS NG
When you add an action to log messages to a database, you can use the Microsoft SQL database format.
The following section describes the table columns used to store message field values. If you choose to create the table manually before you add a Log to Database action, use the table design for the selected database type.
Default Microsoft SQL and generic SQL database table design
Field | Name | Type | Size |
---|---|---|---|
Date | MsgDate | date | 10 |
Time | MsgTime | time | 8 |
Priority | MsgPriority | varchar | 30 |
Hostname | MsgHostname | varchar | 255 |
Message text | MsgText | varchar | 1024 |