Skip to content

Commit e4bb387

Browse files
committed
add configs for UDNs
1 parent 15494c8 commit e4bb387

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

controllers/consoleplugin/config/static-frontend-config.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,13 @@ columns:
438438
field: Interfaces
439439
default: false
440440
width: 15
441+
- id: UDN
442+
name: User Defined Network
443+
tooltip: The user defined network identifier.
444+
field: UdnId
445+
filter: udn
446+
default: false
447+
width: 15
441448
- id: Bytes
442449
name: Bytes
443450
tooltip: The total aggregated number of bytes.
@@ -849,6 +856,10 @@ filters:
849856
component: autocomplete
850857
placeholder: 'E.g: Ingress, Egress'
851858
hint: Specify the direction of the Flow observed at the network interface observation point.
859+
- id: udn
860+
name: User Defined Network
861+
component: autocomplete
862+
hint: Specify a user defined network name.
852863
- id: id
853864
name: Conversation Id
854865
component: text
@@ -913,6 +924,14 @@ scopes:
913924
feature: multiCluster
914925
filter: cluster_name
915926
stepInto: zone
927+
- id: udn
928+
name: UDN
929+
shortName: UDN
930+
description: User Defined Network
931+
labels:
932+
- UdnId
933+
filter: udn
934+
stepInto: host
916935
- id: zone
917936
name: Zone
918937
shortName: AZ
@@ -1195,6 +1214,10 @@ fields:
11951214
- name: K8S_ClusterName
11961215
type: string
11971216
description: Cluster name or identifier
1217+
- name: UdnId
1218+
type: string
1219+
description: User Defined Network
1220+
lokiLabel: true
11981221
- name: _RecordType
11991222
type: string
12001223
description: "Type of record: 'flowLog' for regular flow logs, or 'newConnection', 'heartbeat', 'endConnection' for conversation tracking"

0 commit comments

Comments
 (0)