Add INTERFACE_ROLE to table definition as well

This commit is contained in:
Alfredo Cardigliano 2026-03-13 11:44:11 +01:00
parent 610d114f84
commit 034d6db866
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ CREATE TABLE IF NOT EXISTS `flows` ON CLUSTER '$CLUSTER' (
`DST_ASN` UInt32,
`PROBE_IP` UInt32, /* EXPORTER_IPV4_ADDRESS */
`EXPORTER_SITE` UInt16,
`INTERFACE_ROLE` UInt8,
`OBSERVATION_POINT_ID` UInt16,
`SRC2DST_TCP_FLAGS` UInt8,
`DST2SRC_TCP_FLAGS` UInt8,