Skip to content

Commit 942226b

Browse files
committed
Update ClickHouse insertion process
1 parent 6f59358 commit 942226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/monitoring/clickhouse_batch_sender.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ def __init__(self):
150150
"alerts",
151151
{
152152
"client_ip": str,
153-
"alert_timestamp": datetime.datetime,
154153
"suspicious_batch_id": uuid.UUID,
154+
"alert_timestamp": datetime.datetime,
155155
"overall_score": float,
156156
"domain_names": str,
157157
"result": str,

0 commit comments

Comments
 (0)