From 7920f697866b40062578a393d0dc4a6060f83efe Mon Sep 17 00:00:00 2001 From: Julien Pinsonneau Date: Thu, 17 Oct 2024 11:38:39 +0200 Subject: [PATCH] update frontend config for CLI --- .../config/static-frontend-config.yaml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/controllers/consoleplugin/config/static-frontend-config.yaml b/controllers/consoleplugin/config/static-frontend-config.yaml index 83b64b504..4bed23f3d 100644 --- a/controllers/consoleplugin/config/static-frontend-config.yaml +++ b/controllers/consoleplugin/config/static-frontend-config.yaml @@ -440,6 +440,7 @@ columns: - id: Bytes name: Bytes tooltip: The total aggregated number of bytes. + field: Bytes fields: - Bytes - PktDropBytes @@ -448,6 +449,7 @@ columns: - id: Packets name: Packets tooltip: The total aggregated number of packets. + field: Packets fields: - Packets - PktDropPackets @@ -473,6 +475,41 @@ columns: calculated: substract(column.CollectionTime,TimeFlowEndMs) default: false width: 5 + - id: PktDropBytes + name: Dropped Bytes + tooltip: The total aggregated number of bytes dropped. + field: PktDropBytes + default: false + width: 5 + feature: pktDrop + - id: PktDropPackets + name: Dropped Packets + tooltip: The total aggregated number of packets dropped. + field: PktDropPackets + default: false + width: 5 + feature: pktDrop + - id: PktDropLatestState + name: Drop State + tooltip: TCP state on last dropped packet. + field: PktDropLatestState + default: false + width: 10 + feature: pktDrop + - id: PktDropLatestDropCause + name: Drop Cause + tooltip: TCP state on last dropped packet. + field: PktDropLatestDropCause + default: false + width: 10 + feature: pktDrop + - id: PktDropLatestFlags + name: Drop Flags + tooltip: TCP flags on last dropped packet. + field: PktDropLatestFlags + default: false + width: 10 + feature: pktDrop - id: DNSId group: DNS name: DNS Id