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
I believe there is a mistake in the explanation for reserve_time property in parser filter plugin.
It is saying that when reserve_time: true, the time of the event is parsed from the specified parsing field (in that case, it is log).
However, it is the other way around (i.e. time of the event is kept and parsed time is discarded).
The text was updated successfully, but these errors were encountered:
mabrikan
changed the title
Mistake in reserve_time exlination in parser filter plugin
Mistake in reserve_time explanation in parser filter plugin
Dec 14, 2022
Describe the bug
I believe there is a mistake in the explanation for
reserve_time
property inparser
filter plugin.It is saying that when
reserve_time: true
, the time of the event is parsed from the specified parsing field (in that case, it islog
).However, it is the other way around (i.e. time of the event is kept and parsed time is discarded).
Link to the problematic documentation
https://docs.fluentd.org/filter/parser#reserve_time
Expected explanation
When
reserve_time: true
, the output is:When
reserve_time: false
(default value), the output is:Additional context
No response
The text was updated successfully, but these errors were encountered: