File tree Expand file tree Collapse file tree 1 file changed +30
-13
lines changed
internal/controller/consoleplugin/config Expand file tree Collapse file tree 1 file changed +30
-13
lines changed Original file line number Diff line number Diff line change @@ -396,44 +396,53 @@ columns:
396396 default : false
397397 width : 15
398398 - id : Proto
399- group : L3 Layer
399+ group : Protocol Info
400400 name : Protocol
401401 tooltip : The value of the protocol number in the IP packet header
402402 field : Proto
403403 filter : protocol
404404 default : true
405405 width : 10
406406 - id : Dscp
407- group : L3 Layer
407+ group : Protocol Info
408408 name : DSCP
409409 tooltip : The value of the Differentiated Services Code Point
410410 field : Dscp
411411 filter : dscp
412+ default : false
413+ width : 10
414+ - id : TCPFlags
415+ group : Protocol Info
416+ name : TCP Flags
417+ tooltip : Logical OR combination of unique TCP flags comprised in the flow, according to RFC-9293, with additional custom values.
418+ field : Flags
419+ filter : tcp_flags
420+ default : false
421+ width : 10
422+ - id : TLSVersion
423+ group : Protocol Info
424+ name : TLS Version
425+ tooltip : TLS Version found in the packets header
426+ field : TLSVersion
427+ filter : tls_version
412428 default : true
413429 width : 10
414430 - id : IcmpType
415- group : ICMP
416- name : Type
431+ group : Protocol Info
432+ name : ICMP Type
417433 tooltip : The type of the ICMP message
418434 field : IcmpType
419435 filter : icmp_type
420436 default : false
421437 width : 10
422438 - id : IcmpCode
423- group : ICMP
424- name : Code
439+ group : Protocol Info
440+ name : ICMP Code
425441 tooltip : The code of the ICMP message
426442 field : IcmpCode
427443 filter : icmp_code
428444 default : false
429445 width : 10
430- - id : TCPFlags
431- name : TCP Flags
432- tooltip : Logical OR combination of unique TCP flags comprised in the flow, according to RFC-9293, with additional custom values.
433- field : Flags
434- filter : tcp_flags
435- default : false
436- width : 10
437446 - id : FlowDirection
438447 name : Node Direction
439448 tooltip : The interpreted direction of the flow observed at the Node observation point.
@@ -945,6 +954,11 @@ filters:
945954 - A protocol number like 6, 17
946955 - A IANA name like TCP, UDP
947956 docUrl : https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml
957+ - id : tls_version
958+ name : TLS version
959+ component : text
960+ placeholder : ' E.g: TLS 1.2'
961+ hint : Specify a version of TLS.
948962 - id : dscp
949963 name : DSCP
950964 component : autocomplete
@@ -1324,6 +1338,9 @@ fields:
13241338 - name : Proto
13251339 type : number
13261340 description : L4 protocol
1341+ - name : TLSVersion
1342+ type : string
1343+ description : TLS version
13271344 - name : Dscp
13281345 type : number
13291346 description : Differentiated Services Code Point (DSCP) value
You can’t perform that action at this time.
0 commit comments