BasicAuth鉴权
简介
版本
版本说明
配置参数
参数
类型
是否必选
说明
样例
enable: true
inputs:
- Type: input_file
FilePaths:
- /home/test-log/*.log
flushers:
- Type: flusher_http
RemoteURL: "http://localhost:8086/write"
Convert:
Protocol: custom_single
Encoding: json
Authenticator:
Type: ext_basicauth
extensions:
- Type: ext_basicauth
Username: user1
Password: pwd1使用命名扩展
Last updated