Update overview.md (#49)

This commit is contained in:
ethfoo 2022-04-26 16:56:34 +08:00 committed by GitHub
parent a68c4d0fe9
commit ef33900902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ sources字段为数组一个Pipeline中可填写多个source组件配置。
所有Source均可以使用以下配置。
### enabled
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
| ---------- | ----------- | ----------- | --------- | -------- |
| enabled | bool | 非必填 | true | 表示是否开启该source |
### name
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |