My sostat - http://pastebin.com/embed_js.php?i=mnqc8b3L
My /nsm/sensor-data - http://pastebin.com/embed_js.php?i=HKv7GUjq
Just so that I am clear on the matter.. The unified2 files are the backlog right?
Here is my disabled.conf Will you let me know how to properly disable the suricata stream events?
# example disablesid.conf V3.1
# Example of modifying state for individual rules
# 1:1034,1:9837,1:1270,1:3390,1:710,1:1249,3:13010
1:2101411,1:2210020,1:22100:45,1:2210029,1:2210000,1:2210010,1:2210044,1:2210021,1:2210046,1:2210015,1:2210003
# Example of modifying state for rule ranges
# 1:220-1:3264,3:13010-3:13013
# Example of modifying state for MS and cve rules, note the use of the :
# in cve. This will modify MS09-008, cve 2009-0233, bugtraq 21301,
# and all MS00 and all cve 2000 related sids! These support regular expression
# matching only after you have specified what you are looking for, i.e.
# MS00-<regex> or cve:<regex>, the first section CANNOT contain a regular
# expression (MS\d{2}-\d+) will NOT work, use the pcre: keyword (below)
# for this.
# MS09-008,cve:2009-0233,bugtraq:21301,MS00-\d+,cve:2000-\d+
# Example of using the pcre: keyword to modify rulestate. the pcre keyword
# allows for full use of regular expression syntax, you do not need to designate
# with / and all pcre searches are treated as case insensitive. For more information
# about regular expression syntax: http://www.regular-expressions.info/
# The following example modifies state for all MS07 through MS10
# pcre:MS(0[7-9]|10)-\d+
pcre:stream,pcre:ICMP,pcre:web_specific_apps,pcre:activex,pcre:netbios,pcre:info,pcre:chat,pcre:snmp,pcre:tftp,pcre:telnet,pcre:voip,pcre:current_events,pcr$
# Example of modifying state for specific categories entirely (see README.CATEGORIES)
# VRT-web-iis,ET-shellcode,ET-emergingthreats-smtp,Custom-shellcode,Custom-emergingthreats-smtp
Suricata-Stream,WEB_SPECIFIC_APPS,ACTIVEX,NETBIOS,INFO,SQL,WEB_CLIENT,CNC,RPC,FTP,WEB_SERVER,ICMP_INFO,NETBIOS,ICMP,IMAP,CHAT,POLICY,WEB_CLIENT,SNMP,TFTP,TE$
# Any of the above values can be on a single line or multiple lines, when
# on a single line they simply need to be separated by a ,
# 1:9837,1:220-1:3264,3:13010-3:13013,pcre:MS(0[0-7])-\d+,MS09-008,cve:2009-0233
# The modifications in this file are for sample/example purposes only and
# should not actively be used, you need to modify this file to fit your
# environment.
pcre:SURICATA
I've not noticed this disabling anything that I want enabled.