@@ -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
@@ -935,9 +954,12 @@ scopes:
935954 - SrcK8S_HostName
936955 - DstK8S_HostName
937956 groups :
938- - clusters
957+ - udns
939958 - zones
959+ - clusters
940960 - clusters+zones
961+ - clusters+udns
962+ - udns+zones
941963 filters :
942964 - src_host_name
943965 - dst_host_name
@@ -956,6 +978,9 @@ scopes:
956978 - zones
957979 - zones+hosts
958980 - hosts
981+ - udns
982+ - udns+zones
983+ - udns+hosts
959984 filters :
960985 - src_namespace
961986 - dst_namespace
@@ -982,6 +1007,10 @@ scopes:
9821007 - hosts
9831008 - hosts+namespaces
9841009 - namespaces
1010+ - udns
1011+ - udns+zones
1012+ - udns+hosts
1013+ - udns+namespaces
9851014 filters :
9861015 - src_owner_name
9871016 - dst_owner_name
@@ -1021,6 +1050,11 @@ scopes:
10211050 - namespaces
10221051 - namespaces+owners
10231052 - owners
1053+ - udns
1054+ - udns+zones
1055+ - udns+hosts
1056+ - udns+namespaces
1057+ - udns+owners
10241058 filters :
10251059 - src_resource
10261060 - dst_resource
@@ -1195,6 +1229,10 @@ fields:
11951229 - name : K8S_ClusterName
11961230 type : string
11971231 description : Cluster name or identifier
1232+ - name : UdnId
1233+ type : string
1234+ description : User Defined Network
1235+ lokiLabel : true
11981236 - name : _RecordType
11991237 type : string
12001238 description : " Type of record: 'flowLog' for regular flow logs, or 'newConnection', 'heartbeat', 'endConnection' for conversation tracking"
0 commit comments