sigmatch_table[DETECT_AL_MQTT_SUBSCRIBE_TOPIC].flags |= SIGMATCH_INFO_STICKY_BUFFER;
intmax_t val = 0;
- if (ConfGetInt("mqtt.subscribe-topic-match-limit", &val)) {
+ if (ConfGetInt("app-layer.protocols.mqtt.subscribe-topic-match-limit", &val)) {
subscribe_topic_match_limit = val;
}
if (subscribe_topic_match_limit <= 0) {
sigmatch_table[DETECT_AL_MQTT_UNSUBSCRIBE_TOPIC].flags |= SIGMATCH_INFO_STICKY_BUFFER;
intmax_t val = 0;
- if (ConfGetInt("mqtt.unsubscribe-topic-match-limit", &val)) {
+ if (ConfGetInt("app-layer.protocols.mqtt.unsubscribe-topic-match-limit", &val)) {
unsubscribe_topic_match_limit = val;
}
if (unsubscribe_topic_match_limit <= 0) {
mqtt:
# enabled: no
# max-msg-length: 1mb
+ # subscribe-topic-match-limit: 100
+ # unsubscribe-topic-match-limit: 100
krb5:
enabled: yes
snmp:
match-limit: 3500
match-limit-recursion: 1500
-# MQTT topic detection depth
-#mqtt:
-# subscribe-topic-match-limit: 100
-# unsubscribe-topic-match-limit: 100
-
##
## Advanced Traffic Tracking and Reconstruction Settings
##