-
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
[Filebeat][Fortinet] Add the ability to set a default timezone in fortinet config #20300
Comments
Pinging @elastic/siem (Team:SIEM) |
This issue came up recently on Discuss, with a user providing a workaround: https://discuss.elastic.co/t/filebeat-using-fortinet-module-tz-issue/251518/10 |
Pinging @elastic/security-external-integrations (Team:Security-External Integrations) |
This is a possible workaround but what we really want is related to these 2 issues:
Important to mention here is that this can happen only with older Fortinet Firmwares. |
For consistency, it could be interesting to do what we do in other modules with similar problematics:
|
Just a note, you can use eventtime as a UTC time that matches the date time fields. Why not use that time? In your example above: date=2020-07-20 time=08:29:08 eventtime=1595226548 == Monday, July 20, 2020 6:29:08 AM Thoughts? |
Would this be something related? |
No, I don't think so. |
Describe the enhancement:
Some fortinet logs do not have a
tz
field to set the timezone from, now we are defaulting to UTC for this, but would be desirable to set a fallback default timezone if this happens.Describe a specific use case for the enhancement or feature:
When we have a log like
we want to be able to define which timezone it is other than UTC
cc\ @P1llus
The text was updated successfully, but these errors were encountered: