Skip to content

Commit

Permalink
feat(backend): redis 日志支持时区 #2688
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Dec 20, 2023
1 parent 8878efd commit 456798e
Show file tree
Hide file tree
Showing 16 changed files with 1,112 additions and 1,058 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
cat ${filename}
git config --global user.email [email protected]
git config --global user.name github-actions
git remote set-url origin https://x-access-token:[email protected]/TencentBlueKing/blueking-dbm
git remote set-url upstream https://[email protected]/TencentBlueKing/blueking-dbm
git add .
git commit -m "docs: release version ${{ steps.yaml-data.outputs.data }} #1"
git push origin ${{ steps.get-current-branch.outputs.current_branch }}
git push upstream ${{ steps.get-current-branch.outputs.current_branch }}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"environment": "linux",
"data_encoding": "UTF-8",
"retention": 7,
"allocation_min_days": 3,
"es_shards": 3,
"target_object_type": "HOST",
"target_node_type": "TOPO",
Expand Down
5 changes: 3 additions & 2 deletions dbm-ui/backend/dbm_init/json_files/bklog/dbm_dbactuator.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"etl_config": "bk_log_text",
"data_encoding": "UTF-8",
"retention": 7,
"allocation_min_days": 3,
"es_shards": 3,
"target_object_type": "HOST",
"target_node_type": "TOPO",
"target_nodes": [],
"params": {
"paths": ["/data/install/dbactuator*/logs/*.log"],
"paths": [
"/data/install/dbactuator*/logs/*.log"
],
"conditions": {
"separator": "",
"separator_filters": [],
Expand Down
Loading

0 comments on commit 456798e

Please sign in to comment.