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:
Alon Girmonsky
2026-04-08 08:05:13 -07:00
committed by GitHub
parent 4de0ac6abd
commit fa03da2fd4
3 changed files with 6 additions and 0 deletions

View File

@@ -205,6 +205,7 @@ tap:
- http
- icmp
- kafka
- mongodb
- redis
- ws
- ldap
@@ -224,6 +225,8 @@ tap:
- 5672
kafka:
- 9092
mongodb:
- 27017
redis:
- 6379
ldap: