mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 18:47:39 +00:00
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:
@@ -199,7 +199,7 @@ type TapConfig struct {
|
||||
Debug bool `yaml:"debug" json:"debug" default:"false"`
|
||||
KernelModule KernelModuleConfig `yaml:"kernelModule" json:"kernelModule"`
|
||||
Telemetry TelemetryConfig `yaml:"telemetry" json:"telemetry"`
|
||||
DefaultFilter string `yaml:"defaultFilter" json:"defaultFilter"`
|
||||
DefaultFilter string `yaml:"defaultFilter" json:"defaultFilter" default:"!dns and !tcp"`
|
||||
ScriptingDisabled bool `yaml:"scriptingDisabled" json:"scriptingDisabled" default:"false"`
|
||||
TargetedPodsUpdateDisabled bool `yaml:"targetedPodsUpdateDisabled" json:"targetedPodsUpdateDisabled" default:"false"`
|
||||
RecordingDisabled bool `yaml:"recordingDisabled" json:"recordingDisabled" default:"false"`
|
||||
|
Reference in New Issue
Block a user