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

Filebeat postgresql ingest pipeline doesn't timezone to parse the extracted dat`e #7439

Closed
ph opened this issue Jun 27, 2018 · 2 comments
Closed
Labels
bug Filebeat Filebeat module Team:Integrations Label for the Integrations team

Comments

@ph
Copy link
Contributor

ph commented Jun 27, 2018

The current ingest pipeline correctly extract both the timestamp and the timezone but we don't use the extracted timezone to parse the date.

But I am not sure if we can use the timezone as is because the date parser seems to accept the 'America/Toronto' format as the timezone description and the extracted data can be the following:

  1. Numerical offset (+09,+0900, +09:00)
  2. Can be a word for the timezone (CEST)
@andresrc
Copy link
Contributor

andresrc commented Jan 3, 2020

@jsoriano there were several fixes for timezone handling, can this be already solved?

@jsoriano
Copy link
Member

jsoriano commented Jan 8, 2020

This should be fixed by #12338.

@jsoriano jsoriano closed this as completed Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Filebeat Filebeat module Team:Integrations Label for the Integrations team
Projects
None yet
Development

No branches or pull requests

4 participants