You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configuration/buffer-section.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,7 @@ These parameters below are to configure buffer plugins and its chunks.
381
381
-`queue_limit_length`\[integer\]
382
382
- Default: nil
383
383
- The queue length limitation of this buffer plugin instance
384
-
- This parameter is for [v0.12 compatibility](/plugin-helper-overview/api-plugin-helper-compat_parameters.md). Use `total_limit_size` instead for v1 configuration.
384
+
- This parameter is for [v0.12 compatibility](/developer/api-plugin-helper-compat_parameters.md). Use `total_limit_size` instead for v1 configuration.
385
385
-`chunk_full_threshold`\[float\]
386
386
- Default: 0.95
387
387
- The percentage of chunk size threshold for flushing
-**time\_key** (string) (optional): Specify time field for event time. If the event doesn't have this field, current time is used.
79
79
- Default: `nil`
80
-
- Note that [json](/plugins/parser/json), [ltsv](/plugins/parser/ltsv) and [regexp](/plugins/parser/regexp) override the default value of this parameter and set it to `time` by default.
80
+
- Note that [json](/plugins/parser/json.md), [ltsv](/plugins/parser/ltsv.md) and [regexp](/plugins/parser/regexp.md) override the default value of this parameter and set it to `time` by default.
81
81
-**null\_value\_pattern** (string) (optional): Specify null value pattern.
82
82
- Default: `nil`
83
83
-**null\_empty\_string** (bool) (optional): If `true`, empty string field is replaced with `nil`.
0 commit comments