-
Notifications
You must be signed in to change notification settings - Fork 535
Parser: Add new 'System' timezone option in Time_Offset #1215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sijmen <[email protected]>
@@ -30,7 +30,7 @@ Multiple parsers can be defined and each section has it own properties. The foll | |||
| Regex | If format is _regex_, this option _must_ be set specifying the Ruby Regular Expression that will be used to parse and compose the structured message. | | |||
| Time\_Key | If the log entry provides a field with a timestamp, this option specifies the name of that field. | | |||
| Time\_Format | Specify the format of the time field so it can be recognized and analyzed properly. Fluent-bit uses `strptime(3)` to parse time so you can refer to [strptime documentation](https://linux.die.net/man/3/strptime) for available modifiers. | | |||
| Time\_Offset | Specify a fixed UTC time offset \(e.g. -0600, +0200, etc.\) for local dates. | | |||
| Time\_Offset | For local dates, specify a fixed UTC time offset \(e.g. -0600, +0200, etc.\) or set to `System` to use the system timezone. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the default? Neither?
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Ref: fluent/fluent-bit#7994