File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,20 @@ List of unirec fields exported together with basic flow fields on interface by P
352352| DNS_RR_TTL | uint32 | resource record TTL field |
353353| DNS_IP | ipaddr | IP address from PTR, A or AAAA record |
354354
355+
356+ ### MQTT
357+ List of unirec fields exported together with basic flow fields on interface by MQTT plugin.
358+
359+ | Output field | Type | Description |
360+ | :-----------------------------:| :------:| :-----------------------------------------------------:|
361+ | MQTT_TYPE_CUMULATIVE | uint16 | types of packets and session present flag cumulative |
362+ | MQTT_VERSION | uint8 | MQTT version |
363+ | MQTT_CONNECTION_FLAGS | uint8 | last CONNECT packet flags |
364+ | MQTT_KEEP_ALIVE | uint16 | last CONNECT keep alive |
365+ | MQTT_CONNECTION_RETURN_CODE | uint8 | last CONNECT return code |
366+ | MQTT_PUBLISH_FLAGS | uint8 | cumulative of PUBLISH packet flags |
367+ | MQTT_TOPICS | string | topics from PUBLISH packets headers |
368+
355369### SIP
356370List of unirec fields exported together with basic flow fields on interface by SIP plugin.
357371
You can’t perform that action at this time.
0 commit comments