Skip to content

Commit

Permalink
fix(backend): win日志渲染问题 #6111
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 authored and iSecloud committed Aug 8, 2024
1 parent c949c95 commit 18c743c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"target_object_type": "HOST",
"target_node_type": "TOPO",
"target_nodes": [],
"environment": "windows",
"params": {
"paths": [
"d:\\install\\dbactuator*\\logs\\*.log"
Expand Down
2 changes: 1 addition & 1 deletion dbm-ui/backend/dbm_init/json_files/format.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def format_dbm_win_dbactuator(cls):
internal_set_info = CCApi.get_biz_internal_module({"bk_biz_id": env.DBA_APP_BK_BIZ_ID}, use_admin=True)
target_nodes.append(
{
"bk_biz_id": internal_set_info["bk_biz_id"],
"bk_biz_id": env.DBA_APP_BK_BIZ_ID,
"bk_inst_id": internal_set_info["bk_set_id"],
"bk_obj_id": "set",
}
Expand Down
1 change: 0 additions & 1 deletion dbm-ui/backend/tests/mock_data/components/cc.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
]

MOCK_GET_BIZ_INTERNAL_MODULE_RETURN = {
"bk_biz_id": constant.BK_BIZ_ID,
"bk_set_id": constant.BK_SET_ID,
"bk_set_name": "空闲机池",
"module": [
Expand Down

0 comments on commit 18c743c

Please sign in to comment.