mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-08-18 03:46:38 +00:00
Enable MongoDB protocol dissector (#1903)
Add mongodb to the enabled dissectors list and port mapping (27017) in both Go config defaults and Helm chart values. Co-authored-by: Alon Girmonsky <alongir@Alons-Mac-Studio.local> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Alon Girmonsky
Claude Opus 4.6
parent
4de0ac6abd
commit
fa03da2fd4
@@ -282,6 +282,7 @@ type PortMapping struct {
|
||||
HTTP []uint16 `yaml:"http" json:"http"`
|
||||
AMQP []uint16 `yaml:"amqp" json:"amqp"`
|
||||
KAFKA []uint16 `yaml:"kafka" json:"kafka"`
|
||||
MONGODB []uint16 `yaml:"mongodb" json:"mongodb"`
|
||||
REDIS []uint16 `yaml:"redis" json:"redis"`
|
||||
LDAP []uint16 `yaml:"ldap" json:"ldap"`
|
||||
DIAMETER []uint16 `yaml:"diameter" json:"diameter"`
|
||||
|
||||
Reference in New Issue
Block a user