Leaving checks for stream reassembly aside as those were already added
by another commit.
Related to Task #6230
Task #6571
flows: all # start or all: 'start' logs only a single drop
# per flow direction. All logs each dropped pkt.
- flow
+ - stats
+
action-order:
- pass
- drop
match:
event_type: flow
flow.action: drop
+ - filter:
+ min-version: 7
+ count: 1
+ match:
+ event_type: stats
+ stats.ips.drop_reason.applayer_error: 1
flows: all # start or all: 'start' logs only a single drop
# per flow direction. All logs each dropped pkt.
- flow
+ - stats
+
action-order:
- pass
- drop
event_type: flow
flow.action: drop
proto: ICMP
+ - filter:
+ min-version: 7
+ count: 1
+ match:
+ event_type: stats
+ stats.ips.drop_reason.defrag_memcap: 1
flows: start # start or all: 'start' logs only a single drop
# per flow direction. All logs each dropped pkt.
- flow
+ - stats
count: 0
match:
event_type: anomaly
+ - filter:
+ min-version: 7
+ count: 1
+ match:
+ event_type: stats
+ stats.ips.drop_reason.stream_midstream: 1
match:
event_type: stats
stats.tcp.midstream_pickups: 1
+ - filter:
+ min-version: 7
+ count: 1
+ match:
+ event_type: stats
+ stats.ips.drop_reason.flow_memcap: 1
flows: all # start or all: 'start' logs only a single drop
# per flow direction. All logs each dropped pkt.
- flow
+ - stats
+
action-order:
- pass
- drop
match:
event_type: flow
flow.action: drop
+ - filter:
+ min-version: 7
+ count: 1
+ match:
+ event_type: stats
+ stats.ips.drop_reason.stream_memcap: 1