Skip to content

Commit

Permalink
[monitor] bugfix: fix elasticsearch collect error when need basic auth(
Browse files Browse the repository at this point in the history
  • Loading branch information
weifuqing authored and tomsun28 committed Jun 12, 2022
1 parent ae007da commit c332b9a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion manager/src/main/resources/define/param/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ param:
hide: true
defaultValue: 6000
placeholder: '查询超时时间'
- field: authType
name: 认证方式
type: radio
required: false
# 当type为radio单选框,checkbox复选框时,option表示可选项值列表 {name1:value1,name2:value2}
options:
- label: Basic Auth
value: Basic Auth
- label: Digest Auth
value: Digest Auth
- field: index
name: 索引名称
type: text
Expand All @@ -33,4 +43,4 @@ param:
- field: password
name: 密码
type: password
required: false
required: false

0 comments on commit c332b9a

Please sign in to comment.