Kaspersky IoT Secure Gateway can send notifications about security events and audit events over the MQTT protocol.
To configure delivery of MQTT notifications:
icon next to the active profile.The Edit MQTT configuration file window opens.
icon.This opens a text editor window for editing the configuration file.
The system supports the following additional settings for configuring MQTT notifications:
kos_audit <value>. If the value is set to true, Kaspersky IoT Secure Gateway sends audit events over the MQTT protocol. If the value is set to false, Kaspersky IoT Secure Gateway does not send audit events over the MQTT protocol. By default, the value is set to true.kos_event <value>. If the value is set to true, Kaspersky IoT Secure Gateway sends security events over the MQTT protocol. If the value is set to false, Kaspersky IoT Secure Gateway does not send security events over the MQTT protocol. By default, the value is set to false.kos_audit_topic <Topic name>. This lets you define the topic for sending audit events. This setting is ignored if kos_audit is set to false. By default, the topic name is set to SGW/audit.kos_event_topic <Topic name>. This lets you define the topic for sending audit events. This setting is ignored if kos_event is set to false. By default, the topic name is set to SGW/event.Connection section of the configuration file. For more details on the settings of the Eclipse Mosquitto configuration file, please refer to the documentation on the developer's website. The text editor window closes.