Skip to content

Commit bd507bd

Browse files
Update exec_filter.md
exec_filter shows "localtime is false as default". Ref. https://docs.fluentd.org/output/exec_filter#less-than-parse-greater-than-section But, config doc shows "localtime (bool) (optional): if true, uses local time. Otherwise, UTC is used. This is exclusive with utc. Default: true" Ref. https://docs.fluentd.org/configuration/parse-section In the code, it says true as default. https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/out_exec_filter.rb#L47 Thus, this change fix the default localtime value in the exec_filter page Signed-off-by: Toru Takahashi <4136375+toru-takahashi@users.noreply.github.com>
1 parent 260d172 commit bd507bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

output/exec_filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Overwrites the default value in this plugin.
169169

170170
| type | default | version |
171171
| :--- | :--- | :--- |
172-
| bool | false | 0.14.9 |
172+
| bool | true | 0.14.9 |
173173

174174
Overwrites the default value in this plugin.
175175

0 commit comments

Comments
 (0)