diff --git a/controllers/consoleplugin/config/static-frontend-config.yaml b/controllers/consoleplugin/config/static-frontend-config.yaml index a73d0b312..c344419c1 100644 --- a/controllers/consoleplugin/config/static-frontend-config.yaml +++ b/controllers/consoleplugin/config/static-frontend-config.yaml @@ -441,6 +441,7 @@ columns: - id: Bytes name: Bytes tooltip: The total aggregated number of bytes. + field: Bytes fields: - Bytes - PktDropBytes @@ -449,6 +450,7 @@ columns: - id: Packets name: Packets tooltip: The total aggregated number of packets. + field: Packets fields: - Packets - PktDropPackets @@ -474,6 +476,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