mirror of https://github.com/loggie-io/docs.git
Update overview.md (#49)
This commit is contained in:
parent
a68c4d0fe9
commit
ef33900902
|
@ -8,6 +8,13 @@ sources字段为数组,一个Pipeline中可填写多个source组件配置。
|
|||
|
||||
所有Source均可以使用以下配置。
|
||||
|
||||
### enabled
|
||||
|
||||
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
|
||||
| ---------- | ----------- | ----------- | --------- | -------- |
|
||||
| enabled | bool | 非必填 | true | 表示是否开启该source |
|
||||
|
||||
|
||||
### name
|
||||
|
||||
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
|
||||
|
|
Loading…
Reference in New Issue