Update overview.md

This commit is contained in:
ethfoo 2023-07-21 15:57:47 +08:00 committed by GitHub
parent 656ffab265
commit a7ee4764b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ Concurrency相关配置使用可参照[自适应sink流量控制](../../../user-
| ---------- | ----------- | ----------- | --------- | -------- |
| codec | | 非必填 | | sink发送数据给下游时数据使用的格式 |
| codec.type | string | 非必填 | json | codec类型 |
| codec.printEvents | bool | 非必填 | json | 是否打印出events到Loggie的日志中可用于临时排查问题 |
| codec.pretty | bool | 非必填 | json | 打印出events到Loggie的日志中的时候是否美化展示仅type:json时生效 |
| codec.printEvents | bool | 非必填 | false | 是否打印出events到Loggie的日志中可用于临时排查问题 |
| codec.pretty | bool | 非必填 | false | 打印出events到Loggie的日志中的时候是否美化展示仅type:json时生效请注意如果是发送到Elasticsearch等下游请勿使用pretty会导致发送异常 |
#### type: json