Changes required to support multiple ntopng instances dumping flows into the same ClickHouse database

This commit is contained in:
Luca Deri 2023-01-11 19:57:14 +01:00
parent 0aea46b99d
commit 15786b1a00
3 changed files with 4 additions and 2 deletions

View file

@ -988,6 +988,7 @@ historical_flow_utils.min_db_columns = {
"CLIENT_LOCATION",
"SERVER_LOCATION",
"COMMUNITY_ID",
"NTOPNG_INSTANCE_NAME"
}
historical_flow_utils.extra_db_columns = {