mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-14 18:09:51 +00:00
Rename flow and full_flow to conn and flow (#1838)
Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
@@ -139,8 +139,8 @@ func CreateDefaultConfig() ConfigStruct {
|
|||||||
"diameter",
|
"diameter",
|
||||||
"udp-flow",
|
"udp-flow",
|
||||||
"tcp-flow",
|
"tcp-flow",
|
||||||
"udp-flow-full",
|
"udp-conn",
|
||||||
"tcp-flow-full",
|
"tcp-conn",
|
||||||
},
|
},
|
||||||
PortMapping: configStructs.PortMapping{
|
PortMapping: configStructs.PortMapping{
|
||||||
HTTP: []uint16{80, 443, 8080},
|
HTTP: []uint16{80, 443, 8080},
|
||||||
|
|||||||
@@ -189,8 +189,8 @@ tap:
|
|||||||
- diameter
|
- diameter
|
||||||
- udp-flow
|
- udp-flow
|
||||||
- tcp-flow
|
- tcp-flow
|
||||||
- tcp-flow-full
|
- tcp-conn
|
||||||
- udp-flow-full
|
- udp-conn
|
||||||
portMapping:
|
portMapping:
|
||||||
http:
|
http:
|
||||||
- 80
|
- 80
|
||||||
|
|||||||
@@ -287,7 +287,7 @@ data:
|
|||||||
CLOUD_LICENSE_ENABLED: 'true'
|
CLOUD_LICENSE_ENABLED: 'true'
|
||||||
AI_ASSISTANT_ENABLED: 'true'
|
AI_ASSISTANT_ENABLED: 'true'
|
||||||
DUPLICATE_TIMEFRAME: '200ms'
|
DUPLICATE_TIMEFRAME: '200ms'
|
||||||
ENABLED_DISSECTORS: 'amqp,dns,http,icmp,kafka,redis,ws,ldap,radius,diameter,udp-flow,tcp-flow'
|
ENABLED_DISSECTORS: 'amqp,dns,http,icmp,kafka,redis,ws,ldap,radius,diameter,udp-flow,tcp-flow,udp-conn,tcp-conn'
|
||||||
CUSTOM_MACROS: '{"https":"tls and (http or http2)"}'
|
CUSTOM_MACROS: '{"https":"tls and (http or http2)"}'
|
||||||
DISSECTORS_UPDATING_ENABLED: 'true'
|
DISSECTORS_UPDATING_ENABLED: 'true'
|
||||||
DETECT_DUPLICATES: 'false'
|
DETECT_DUPLICATES: 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user