Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[monitor] bugfix: fix elasticsearch collect error when need basic auth #174

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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