Skip to content
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

Parser: Add new 'System' timezone option in Time_Offset #1215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SijmenHuizenga
Copy link

@SijmenHuizenga SijmenHuizenga commented Sep 30, 2023

Signed-off-by: Sijmen <sijmenhuizenga@gmail.com>
@@ -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. |
Copy link
Contributor

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?

Copy link

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.

@github-actions github-actions bot added the Stale label Feb 16, 2024
@lecaros lecaros added the waiting-for-user Waiting for user/contributors feedback or requested changes label Feb 21, 2024
Copy link

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.

@github-actions github-actions bot added the Stale label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale waiting-for-user Waiting for user/contributors feedback or requested changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants