Skip to content

Commit 4e6a700

Browse files
committed
Add MQTT plugin description to README
1 parent 8fa5bc7 commit 4e6a700

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
356370
List of unirec fields exported together with basic flow fields on interface by SIP plugin.
357371

0 commit comments

Comments
 (0)