Skip to content

Commit 897842d

Browse files
committed
intrusion detection: log drops and alerts causing them
(cherry picked from commit 573612d)
1 parent 07c3073 commit 897842d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/opnsense/service/templates/OPNsense/IDS/suricata.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ outputs:
117117
# - files:
118118
# force-magic: no # force logging magic on all logged files
119119
# force-md5: no # force logging of md5 checksums
120-
# #- drop
120+
- drop:
121+
alerts: yes # log alerts that caused drops
122+
flows: start # start or all: 'start' logs only a single drop
123+
# per flow direction. All logs each dropped pkt.
121124
# - ssh
122125

123126
# alert output for use with Barnyard2

0 commit comments

Comments
 (0)