Database formats available in Kiwi Syslog Server NG
When you add an action to log messages to a database, you can choose any of the following standard database formats:
The following sections describe 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 |
Field |
Name |
Type |
Size |
Date |
MSGDATE |
Date |
10 |
Time |
MSGTIME |
Time |
8 |
Priority |
MSGPRIORITY |
VarChar |
30 |
Hostname |
MSGHOSTNAME |
VarChar |
255 |
Message text |
MSGTEXT |
Text |
1024 |
Field |
Name |
Type |
Size |
Date |
MSGDATE |
Date |
10 |
Time |
MSGTIME |
Time |
8 |
Priority |
MSGPRIORITY |
VarChar2 |
30 |
Hostname |
MSGHOSTNAME |
VarChar2 |
255 |
Message text |
MSGTEXT |
VarChar2 |
1024 |