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

stroom-logs pack not translating nginx timestamp #51

Open
at055612 opened this issue Oct 22, 2021 · 0 comments
Open

stroom-logs pack not translating nginx timestamp #51

at055612 opened this issue Oct 22, 2021 · 0 comments
Labels

Comments

@at055612
Copy link
Member

Seen in stroom-logs-v3.0-beta.1.
The Record strm cooked from the nginx app events looks like

  <record>
    <data name="logLevel" value="ERROR" />
    <data name="dateTime" value="2021/10/22 13:13:15" />
    <data name="processId" value="156" />
    <data name="threadId" value="156" />
    <data name="connectionId" value="12" />

The date should be parsed to a standard stroom date format, e.g. 2021-10-22T13:12:50.216Z

The format as it stands it causing errors in the Stroom Family App Events SQL Statistic pipeline (Unable to parse date: "2021/10/22 13:12:48")

@at055612 at055612 added the bug label Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant