Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 48 additions & 23 deletions config/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,9 @@ frontend:
tooltip: Network name, such as Secondary network or UDN.
field: SrcK8S_NetworkName
filter: src_network
default: false
default: true
width: 15
feature: multiNetworks
- id: DstK8S_Name
group: Destination
name: Name
Expand Down Expand Up @@ -475,8 +476,9 @@ frontend:
tooltip: Network name, such as Secondary network or UDN.
field: DstK8S_NetworkName
filter: dst_network
default: false
default: true
width: 15
feature: multiNetworks
- id: K8S_Name
name: Names
calculated: '[SrcK8S_Name,DstK8S_Name]'
Expand Down Expand Up @@ -587,7 +589,7 @@ frontend:
width: 10
- id: TCPFlags
name: TCP Flags
tooltip: Logical OR combination of unique TCP flags comprised in the flow, as per RFC-9293, with additional custom values.
tooltip: Logical OR combination of unique TCP flags comprised in the flow, according to RFC-9293, with additional custom values.
field: Flags
filter: tcp_flags
default: false
Expand Down Expand Up @@ -618,7 +620,7 @@ frontend:
tooltip: The list of User Defined Networks.
field: Udns
filter: udns
default: true
default: false
width: 15
feature: udnMapping
- id: FlowDirInts
Expand All @@ -643,7 +645,6 @@ frontend:
fields:
- Packets
- PktDropPackets
filter: pkt_drop_cause
default: true
width: 5
- id: FlowDuration
Expand Down Expand Up @@ -683,13 +684,15 @@ frontend:
name: Drop State
tooltip: TCP state on last dropped packet.
field: PktDropLatestState
filter: pkt_drop_state
default: false
width: 10
feature: pktDrop
- id: PktDropLatestDropCause
name: Drop Cause
tooltip: TCP state on last dropped packet.
field: PktDropLatestDropCause
filter: pkt_drop_cause
default: false
width: 10
feature: pktDrop
Expand Down Expand Up @@ -826,6 +829,14 @@ frontend:
default: false
width: 15
feature: packetTranslation
- id: IPSecStatus
name: IPsec Status
tooltip: Status of the IPsec encryption (on egress, provided by the kernel function xfrm_output) or decryption (on ingress, via xfrm_input).
field: IPSecStatus
filter: ipsec_status
default: true
width: 10
feature: ipsec
filters:
- id: cluster_name
name: Cluster
Expand Down Expand Up @@ -1124,7 +1135,7 @@ frontend:
component: autocomplete
hint: Specify a TCP flags value.
examples: |-
Logical OR combination of unique TCP flags comprised in the flow, as per RFC-9293, with additional custom flags (SYN_ACK, FIN_ACK and RST_ACK).
Logical OR combination of unique TCP flags comprised in the flow, according to RFC-9293, with additional custom flags (SYN_ACK, FIN_ACK and RST_ACK).
- id: node_direction
name: Node Direction
component: autocomplete
Expand Down Expand Up @@ -1211,28 +1222,34 @@ frontend:
name: Xlat Zone Id
component: number
- id: xlat_src_address
name: Xlat src address
name: Xlat source address
component: text
category: source
hint: Specify a single IP or range.
- id: xlat_dst_address
name: Xlat dst address
name: Xlat destination address
component: text
category: destination
hint: Specify a single IP or range.
- id: xlat_src_port
name: Xlat src port
name: Xlat source port
component: autocomplete
category: source
hint: Specify a single port number or name.
- id: xlat_dst_port
name: Xlat dst port
name: Xlat destination port
component: autocomplete
category: destination
hint: Specify a single port number or name.
- id: ipsec_status
name: IPsec Status
component: text
placeholder: 'E.g: success, error'
hint: Status of the IPsec encryption (on egress, provided by the kernel function xfrm_output) or decryption (on ingress, via xfrm_input).
scopes:
- id: cluster
name: Cluster
shortName: Cl
description: Cluster name or identifier
labels:
- K8S_ClusterName
Expand All @@ -1246,13 +1263,14 @@ frontend:
labels:
- SrcK8S_NetworkName
- DstK8S_NetworkName
feature: udnMapping
feature: multiNetworks
filters:
- src_network
- dst_network
stepInto: namespace
- id: zone
name: Zone
shortName: AZ
description: Availability zone
labels:
- SrcK8S_Zone
Expand Down Expand Up @@ -1284,6 +1302,7 @@ frontend:
stepInto: resource
- id: namespace
name: Namespace
shortName: NS
description: Resource namespace
labels:
- SrcK8S_Namespace
Expand All @@ -1304,6 +1323,7 @@ frontend:
stepInto: owner
- id: owner
name: Owner
shortName: Own
description: Controller owner, such as a Deployment
labels:
- SrcK8S_OwnerName
Expand All @@ -1312,6 +1332,8 @@ frontend:
- DstK8S_OwnerType
- SrcK8S_Namespace
- DstK8S_Namespace
- SrcSubnetLabel
- DstSubnetLabel
groups:
- clusters
- clusters+zones
Expand All @@ -1333,6 +1355,7 @@ frontend:
stepInto: resource
- id: resource
name: Resource
shortName: Res
description: Base resource, such as a Pod, a Service or a Node
labels:
- SrcK8S_Name
Expand All @@ -1342,13 +1365,15 @@ frontend:
- SrcK8S_Namespace
- SrcAddr
- SrcK8S_HostName
- SrcSubnetLabel
- DstK8S_Name
- DstK8S_Type
- DstK8S_OwnerName
- DstK8S_OwnerType
- DstK8S_Namespace
- DstAddr
- DstK8S_HostName
- DstSubnetLabel
groups:
- clusters
- clusters+zones
Expand Down Expand Up @@ -1505,7 +1530,7 @@ frontend:
- name: Flags
type: string[]
description: |
List of TCP flags comprised in the flow, as per RFC-9293, with additional custom flags to represent the following per-packet combinations: +
List of TCP flags comprised in the flow, according to RFC-9293, with additional custom flags to represent the following per-packet combinations: +
- SYN_ACK +
- FIN_ACK +
- RST_ACK
Expand All @@ -1524,21 +1549,18 @@ frontend:
- name: PktDropLatestState
type: string
description: TCP state on last dropped packet
filter: pkt_drop_state # couldn't guess from config
- name: PktDropLatestDropCause
type: string
description: Latest drop cause
filter: pkt_drop_cause # couldn't guess from config
- name: PktDropLatestFlags
type: number
description: TCP flags on last dropped packet
- name: DnsId
type: number
description: DNS record id
- id: dns_name
name: DNS Name
component: text
hint: Specify a single DNS name.
- name: DnsName
type: string
description: DNS queried name
- name: DnsLatencyMs
type: number
description: Time between a DNS request and response, in milliseconds
Expand Down Expand Up @@ -1570,22 +1592,25 @@ frontend:
description: packet translation zone id
- name: XlatSrcPort
type: number
description: packet translation src port
description: packet translation source port
- name: XlatDstPort
type: number
description: packet translation dst port
description: packet translation destination port
- name: XlatSrcAddr
type: string
description: packet translation src address
description: packet translation source address
- name: XlatDstAddr
type: string
description: packet translation dst address
description: packet translation destination address
- name: K8S_ClusterName
type: string
description: Cluster name or identifier
- name: IPSecStatus
type: string
description: Status of the IPsec encryption (on egress, given by the kernel xfrm_output function) or decryption (on ingress, via xfrm_input)
- name: _RecordType
type: string
description: "Type of record: 'flowLog' for regular flow logs, or 'newConnection', 'heartbeat', 'endConnection' for conversation tracking"
description: "Type of record: `flowLog` for regular flow logs, or `newConnection`, `heartbeat`, `endConnection` for conversation tracking"
- name: _HashId
type: string
description: In conversation tracking, the conversation identifier
2 changes: 1 addition & 1 deletion scripts/update-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
echo "Downloading config from controller repo..."
mkdir -p ./tmp
curl -o ./tmp/config.yaml https://raw.githubusercontent.com/netobserv/network-observability-operator/main/controllers/consoleplugin/config/static-frontend-config.yaml
curl -o ./tmp/config.yaml https://raw.githubusercontent.com/netobserv/network-observability-operator/refs/heads/main/internal/controller/consoleplugin/config/static-frontend-config.yaml

echo "Updating sample-config.yaml..."
echo " - columns..."
Expand Down