You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/sample-config.yaml
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1272,6 +1272,7 @@ frontend:
1272
1272
description: Source namespace
1273
1273
- name: SrcAddr
1274
1274
type: string
1275
+
format: IP
1275
1276
description: Source IP address (ipv4 or ipv6)
1276
1277
- name: SrcPort
1277
1278
type: number
@@ -1281,6 +1282,7 @@ frontend:
1281
1282
description: Source MAC address
1282
1283
- name: SrcK8S_HostIP
1283
1284
type: string
1285
+
format: IP
1284
1286
description: Source node IP
1285
1287
- name: SrcK8S_HostName
1286
1288
type: string
@@ -1308,6 +1310,7 @@ frontend:
1308
1310
description: Destination namespace
1309
1311
- name: DstAddr
1310
1312
type: string
1313
+
format: IP
1311
1314
description: Destination IP address (ipv4 or ipv6)
1312
1315
- name: DstPort
1313
1316
type: number
@@ -1317,6 +1320,7 @@ frontend:
1317
1320
description: Destination MAC address
1318
1321
- name: DstK8S_HostIP
1319
1322
type: string
1323
+
format: IP
1320
1324
description: Destination node IP
1321
1325
- name: DstK8S_HostName
1322
1326
type: string
@@ -1353,16 +1357,16 @@ frontend:
1353
1357
- 1: Egress (outgoing traffic, from the node observation point) +
1354
1358
- 2: Inner (with the same source and destination node)
1355
1359
- name: IfDirections
1356
-
type: number
1360
+
type: number[]
1357
1361
description: |
1358
1362
Flow directions from the network interface observation point. Can be one of: +
1359
1363
- 0: Ingress (interface incoming traffic) +
1360
1364
- 1: Egress (interface outgoing traffic)
1361
1365
- name: Interfaces
1362
-
type: string
1366
+
type: string[]
1363
1367
description: Network interfaces
1364
1368
- name: Flags
1365
-
type: string
1369
+
type: string[]
1366
1370
description: |
1367
1371
Logical OR combination of unique TCP flags comprised in the flow, as per RFC-9293, with additional custom flags to represent the following per-packet combinations: +
1368
1372
- SYN+ACK (0x100) +
@@ -1410,7 +1414,7 @@ frontend:
1410
1414
type: number
1411
1415
description: TCP Smoothed Round Trip Time (SRTT), in nanoseconds
0 commit comments