Syslog settings

The syslog settings are configured under Settings → Logs → Syslog:

SettingDescriptionDefault Value
AddressWhere the syslog messages are sent
PortThe open port for accepting syslog messages514
ProtocolSelect between using UDP or TCPUDP
EnabledEnables usage of the syslog serverEnabled
RsyslogEnables usage of syslog over TLSDisabled
  • CA Certificate
Path to CA certificate. Used to sign all of the other certificates. The CA cert must be trusted by all clients and servers.<empty>
  • Peer Certificate
Path to the certificate that conveys the Kiosk client identity<empty>
  • Private Key File
Path to the private key file, used to properly decrypt the traffic<empty>
Facility LevelHow Kiosk appears in syslog messagesUser-level
Log LevelDetermines which messages get sent to the syslog server, it filters out any message less important than that selectedAll
Event MonitoringDetermines which types of events are loggedApplication File Session
Output FormatSelect the format of the message between standard "syslog" or "CEF"syslog

Select new server to add a new syslog server to the list; remove to delete a server. Select reset to revert the settings back to how Kiosk is currently configured. Select apply to set Kiosk settings to how they appear on this page.

syslog Message Format

The KIOSK syslog message format follows the BSD syslog standard:

<PRI> <Timestamp> <Hostname> <Product ID> <KIOSK Process ID> <eventCode> <logType> <Message>

Example: <14> 2025-03-07T15:15:15+09:00 Kiosk-K1001 MDM[12752] eventCode='000000', logType='databaseLog', Configuration reloaded

ComponentDescriptionValue(s)
PRIThe priority field, combining the facility and severity levelFollowing the BSD legacy syslog. <PRI> = ( <facility> * 8) + <severity> Facility values (between 0 and 23) and Severity values (between 0 and 7)
TimestampThe timestamp of the message.Timestamp follows the ISO 8601 standard.
HostnameThe system name of KIOSK-
Product IDShort product IDMDM
Kiosk Process IDThe process ID of Kiosk[#]
eventCode6 digit code to indicate the type of event000000 - Unclassified 100000 - Allowed file found 100001 - Blocked file found 100002 - User successful login event 100003 - Configuration changed 100004 - UI event 100005 - Service event 100006 - Authentication event (error or failure) 100007 - Database event 100008 - Device event 100009 - HTTP event 100010 - Session event 100011 - File event 100012 - Low disk space event 100013 - CimTrak deny event 200000 - Session ended
logTypeEvent monitoring log typedatabaseLog - Application Events fileLog - File Events sessionLog - Session Events windowsEventLog - Windows Events serviceLog - Debugging Info
MessageThe content of the messageText or JSON formatted content

CEF Message Format

Base Format: CEF:<Version>|<Vendor>|<Product>|<Version>|<EventCode>|<Message>|<Severity>|<Extension>

Example: CEF:0|OPSWAT|MDM|4.7.3.2454|100010|sessionLog|6|msg=Configuration reloaded

KIOSK syslog severity levels

Numerical CodeSeverity
0Emergency
1Alert
2Critical
3Error
4Warning
5Notice
6Information
7Debug
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard