-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add timezone to the exported event #3867
Comments
Hi @monicasarbu. If we just want to export the timezone then maybe a config option is sufficient, because we don't change any other field. I would use a processor if we want to create any
|
If we add a config option to add the Considering that only few users would need timezone, I think it's much easier to add this functionality in a processor than with a configuration option. If we create a processor, then we can additionally add We could have an |
Hi @monicasarbu. Sounds like this is something what i have started in #3743. So if i understand it correctly you want to give the user an option to set a timezone and put that time into an field
|
@maddin2016 Yes, we discussed between us and we decided it's best to create a processor that gives the user the option to add the |
I would not go with Perhaps the field should be added under |
My mistake, I meant |
I am re-opening this issue, as it will be nice to be able to configure the format of the timezone. Currently, the timezone has the format something like this |
@monicasarbu Should we open a new issue for that? Because "Add timezone to the exported event" is done. |
@ruflin I didn't open a new issue as we discussed in this issue about the possible formats for timezone and it's part of the |
Closing this issue in favor of #3974. |
There are a few requests to export
timezone
in order to be able to find the local timestamp. For that, we think the best option would be to export also thetimezone
(optionally) in the event, and make sure the@timestamp
is always sent in UTC.It still needs to be discussed what it's the best option to enhance the event with the
timezone
field, using a processor or a configuration option (maybe under the Elasticsearch output?).Related to this, the following PRs were created by the community: #3622, #3743
The text was updated successfully, but these errors were encountered: