-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports/708/v3 #12267
Backports/708/v3 #12267
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -1677,6 +1677,11 @@ detect: | |||||||||||||||||
toserver-groups: 25 | ||||||||||||||||||
sgh-mpm-context: auto | ||||||||||||||||||
inspection-recursion-limit: 3000 | ||||||||||||||||||
# try to tie an app-layer transaction for rules without app-layer keywords | ||||||||||||||||||
# if there is only one live transaction for the flow | ||||||||||||||||||
# allows to log app-layer metadata in alert | ||||||||||||||||||
# but the transaction may not be the relevant one. | ||||||||||||||||||
Comment on lines
+1680
to
+1683
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tried to add a bit more here (from https://github.com/OISF/suricata/pull/12260/files):
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
On suggestion...
IMO, can be cleaned up in post-release. |
||||||||||||||||||
# guess-applayer-tx: no | ||||||||||||||||||
# If set to yes, the loading of signatures will be made after the capture | ||||||||||||||||||
# is started. This will limit the downtime in IPS mode. | ||||||||||||||||||
#delayed-detect: yes | ||||||||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to add there that we also log some transaction metadata for rule with stream matches ?
And that the first transaction is logged, like one TCP packet with 3 DNS requests to suricata.io oisf.net and suricon.net and rule
alert tcp any any -> any any (content: "suricon"; sid: 1)
will log the request to suricata.ioThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems all too much of a low level implementation detail to discuss in configuration docs. But these types of issues are making me think we need a know issues and shortcomings chapter.