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 have a data source that logs JSON data in local time, with no timezone indicator in the log. The data is parseable by the JSON Parser, but the timestamps are written to the database as UTC rather than as local timestamps.
Proposal:
The Grok Parser is a useful prototype of how I expect to be able to configure a timezone.
I'd like to add a clone of internal.ParseTimestamp to accept a timezone string as well as a time format, and use the new function with an optional configuration parameter in the JSON Parser.
I plan to contribute a PR for this functionality.
The text was updated successfully, but these errors were encountered:
Feature Request
I have a data source that logs JSON data in local time, with no timezone indicator in the log. The data is parseable by the JSON Parser, but the timestamps are written to the database as UTC rather than as local timestamps.
Proposal:
The Grok Parser is a useful prototype of how I expect to be able to configure a timezone.
I'd like to add a clone of internal.ParseTimestamp to accept a timezone string as well as a time format, and use the new function with an optional configuration parameter in the JSON Parser.
I plan to contribute a PR for this functionality.
The text was updated successfully, but these errors were encountered: