mirror of https://github.com/loggie-io/docs.git
Fix: 2d to 48h since we cannot convert d to time.Duration in yaml (#36)
This commit is contained in:
parent
0a2322490a
commit
bbad1db59a
|
@ -26,7 +26,7 @@ file source用于日志采集。
|
|||
|
||||
| `字段` | `类型` | `是否必填` | `默认值` | `含义` |
|
||||
| ----------- | ------------- | ---------- | -------- | ----------------------------------------------------- |
|
||||
| ignoreOlder | time.Duration | 非必填 | 无 | 例如2d,表示忽略更新时间在2天之前的文件,无需进行采集 |
|
||||
| ignoreOlder | time.Duration | 非必填 | 无 | 例如48h,表示忽略更新时间在2天之前的文件,无需进行采集 |
|
||||
|
||||
## ignoreSymlink
|
||||
|
||||
|
|
Loading…
Reference in New Issue