Skip to content

Commit 0a04d1c

Browse files
feat: 【APM 应用配置】新增 command 修改应用 es 配置信息 #1010158081129782305
# Reviewed, transaction id: 70664
1 parent 4ee086e commit 0a04d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bkmonitor/packages/apm_web/management/commands/update_app_trace_datasource_option.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def add_arguments(self, parser: CommandParser):
4343
help="es 副本数量",
4444
)
4545
parser.add_argument(
46-
"-shards",
46+
"-shard",
4747
"--es_shards",
4848
type=int,
4949
help="es 索引分片数",

0 commit comments

Comments
 (0)