mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes influxdb timeseries error (#5531)
This commit is contained in:
parent
81a94d9fee
commit
1dc552d766
1 changed files with 12 additions and 0 deletions
|
|
@ -832,6 +832,18 @@ function ts_utils.getPossiblyChangedSchemas()
|
|||
"iface:traffic_rx_behavior",
|
||||
"iface:traffic_tx_behavior",
|
||||
|
||||
"subnet:score_anomalies",
|
||||
"subnet:traffic_tx_behavior",
|
||||
"subnet:traffic_rx_behavior",
|
||||
"subnet:score_anomalies",
|
||||
"subnet:score_behavior",
|
||||
|
||||
"asn:score_anomalies",
|
||||
"asn:score_behavior",
|
||||
"asn:traffic_anomalies",
|
||||
"asn:traffic_rx_behavior",
|
||||
"asn:traffic_tx_behavior",
|
||||
|
||||
-- Host timeseries
|
||||
"host:contacts", -- split in "as_client" and "as_server"
|
||||
"host:score", -- split in "cli_score" and "srv_score"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue