tcp dissector enabled by default (#1591)

* tcp dissector enabled by default

* changing the readme

In support of having the `tcp` dissector enabled by default.

* Update values.yaml

* Update complete.yaml

* updated the defaultFilter default value

1. Start with some level of  "noise reduction" (`tcp` and `dns`).
2. Provide a hint how to use a display filter to filter out protocol aliases.

* Update values.yaml

filter out DNS and TCP

* Update complete.yaml

Filter out DNS and TCP

* Update README.md

Filter out TCP and DNS by default
This commit is contained in:
Alon Girmonsky
2024-08-22 17:14:38 -07:00
committed by GitHub
parent 193e2ab03e
commit 84f2ec944d
5 changed files with 8 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ func CreateDefaultConfig() ConfigStruct {
"redis",
"sctp",
"syscall",
// "tcp",
"tcp",
"ws",
},
},