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
+7-19Lines changed: 7 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1006,21 +1006,9 @@ frontend:
1006
1006
- id: tcp_flags
1007
1007
name: TCP flags
1008
1008
component: autocomplete
1009
-
hint: Specify a TCP flags value as integer number.
1009
+
hint: Specify a TCP flags value.
1010
1010
examples: |-
1011
-
Logical OR combination of unique TCP flags comprised in the flow, as per RFC-9293, with additional custom flags
1012
-
users can specify either numeric value or string representation of the flags as follows :
1013
-
- FIN or 1,
1014
-
- SYN or 2,
1015
-
- RST or 4,
1016
-
- PSH or 8,
1017
-
- ACK or 16,
1018
-
- URG or 32,
1019
-
- ECE or 64,
1020
-
- CWR or 128,
1021
-
- SYN_ACK or 256,
1022
-
- FIN_ACK or 512,
1023
-
- RST_ACK or 1024,
1011
+
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).
1024
1012
- id: node_direction
1025
1013
name: Node Direction
1026
1014
component: autocomplete
@@ -1122,7 +1110,7 @@ frontend:
1122
1110
- id: host
1123
1111
name: Node
1124
1112
description: Node on which the resources are running
1125
-
labels:
1113
+
labels:
1126
1114
- SrcK8S_HostName
1127
1115
- DstK8S_HostName
1128
1116
groups:
@@ -1137,7 +1125,7 @@ frontend:
1137
1125
name: Namespace
1138
1126
shortName: NS
1139
1127
description: Resource namespace
1140
-
labels:
1128
+
labels:
1141
1129
- SrcK8S_Namespace
1142
1130
- DstK8S_Namespace
1143
1131
groups:
@@ -1155,7 +1143,7 @@ frontend:
1155
1143
name: Owner
1156
1144
shortName: Own
1157
1145
description: Controller owner, such as a Deployment
1158
-
labels:
1146
+
labels:
1159
1147
- SrcK8S_OwnerName
1160
1148
- SrcK8S_OwnerType
1161
1149
- DstK8S_OwnerName
@@ -1181,7 +1169,7 @@ frontend:
1181
1169
name: Resource
1182
1170
shortName: Res
1183
1171
description: Base resource, such as a Pod, a Service or a Node
1184
-
labels:
1172
+
labels:
1185
1173
- SrcK8S_Name
1186
1174
- SrcK8S_Type
1187
1175
- SrcK8S_OwnerName
@@ -1332,7 +1320,7 @@ frontend:
1332
1320
type: string
1333
1321
description: Network interfaces
1334
1322
- name: Flags
1335
-
type: number
1323
+
type: string
1336
1324
description: |
1337
1325
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: +
0 commit comments