Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/sonicwall_firewall/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.21.0"
changes:
- description: Global Category corrections, and a packet event correction
type: bugfix
link: https://github.com/elastic/integrations/pull/15853
- version: "1.20.0"
changes:
- description: Preserve event.original on pipeline error.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@
"app": "49177",
"appName": "General HTTPS",
"dpi": "false",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -2226,7 +2226,7 @@
"app": "7927",
"code": "29",
"dpi": "true",
"event_group_category": "System",
"event_group_category": "Log",
"gcat": "2"
}
},
Expand Down Expand Up @@ -2344,7 +2344,7 @@
"app": "7927",
"code": "15",
"dpi": "true",
"event_group_category": "System",
"event_group_category": "Log",
"gcat": "2"
}
},
Expand Down Expand Up @@ -2454,7 +2454,7 @@
"app": "7927",
"code": "27",
"dpi": "true",
"event_group_category": "System",
"event_group_category": "Log",
"gcat": "2"
}
},
Expand Down Expand Up @@ -2569,7 +2569,7 @@
"app": "5147",
"code": "27",
"dpi": "true",
"event_group_category": "System",
"event_group_category": "Log",
"gcat": "2"
}
},
Expand Down Expand Up @@ -2684,7 +2684,7 @@
"app": "49202",
"appName": "General UDP",
"dpi": "false",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -2765,7 +2765,7 @@
},
"sonicwall": {
"firewall": {
"event_group_category": "Log",
"event_group_category": "Security Services",
"gcat": "3",
"ipscat": "ICMP Echo Reply",
"ipspri": "3",
Expand Down Expand Up @@ -2881,7 +2881,7 @@
"appid": "2900",
"code": "64",
"dpi": "true",
"event_group_category": "System",
"event_group_category": "Log",
"gcat": "2",
"ipscat": "N/A"
}
Expand Down Expand Up @@ -3082,7 +3082,7 @@
"app": "49330",
"appName": "Service iMesh",
"dpi": "false",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -3185,7 +3185,7 @@
"app": "49330",
"appName": "Service iMesh",
"dpi": "false",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -3290,7 +3290,7 @@
"app": "49169",
"appName": "General DNS",
"dpi": "false",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6",
"sess": "sslvpnc"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"sonicwall": {
"firewall": {
"app": "9",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -147,7 +147,7 @@
"sonicwall": {
"firewall": {
"app": "9",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -231,7 +231,7 @@
"sonicwall": {
"firewall": {
"app": "9",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down Expand Up @@ -310,7 +310,7 @@
"sonicwall": {
"firewall": {
"app": "9",
"event_group_category": "Firewall Settings",
"event_group_category": "Network",
"gcat": "6"
}
},
Expand Down
Loading