Skip to content

Commit

Permalink
Merge pull request #518 from 0RAJA/feat_rule_audit_realtime
Browse files Browse the repository at this point in the history
feat: 规则审计 - 事件实时生成风险 --story=120928201
  • Loading branch information
0RAJA authored Jan 9, 2025
2 parents 307fc53 + 0d69006 commit 098858e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
# HDFS存储时长(天) -1 表示不限制
DEFAULT_HDFS_STORAGE_EXPIRES = int(os.getenv("BKAPP_DEFAULT_HDFS_STORAGE_EXPIRES", -1))
# 审计 kafka 配置
KAFKA_CONFIG = json.loads(os.getenv("BKAPP_KAFKA_CONFIG", "{}"))
KAFKA_CONFIG = json.loads(os.getenv("BKAPP_INIT_KAFKA_CONFIG", "{}"))
# 事件 kafka 拉取超时时长
EVENT_KAFKA_TIMEOUT_MS = int(os.getenv("BKAPP_EVENT_KAFKA_TIMEOUT_MS", 1000))
# 事件 kafka 最大拉取记录数
Expand Down

0 comments on commit 098858e

Please sign in to comment.