Sonicwall Global Category fixes, and add rule UUID #15853
+27
−14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
se label this PR with one of the following labels, depending on the scope of your change:
Proposed commit message
Bug Fixes
This PR corrects the gcat (Global Category) mapping for Sonicwall messages, as they changed from version 6.x of SonicOS to 7.x. This documented on page 105. This also corrects a incorrect event action for log event [#]36 should be listed as
packet-dropped, which is documented on page 12.Enhancement
Added is a new ecs field called
rule.uuidthat adds the rule UUID when it appears in the log. This makes it alittle eaiser to identify rule hits, as the rule name (mapped torule.id) can sometimes cover many rules, if they have the same name.Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Install the SonicWall integration, and configure to receive logs. After make the following changes to the
logs-sonicwall-logingest pipline.rule.idmapping, add in the mapping forrule.uuidmessage-codesupdate 36 fromconnection-closetopacket-dropped.Related issues
N/A
Screenshots
N/A