We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen in stroom-logs-v3.0-beta.1. The Record strm cooked from the nginx app events looks like
stroom-logs-v3.0-beta.1
<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
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")
Stroom Family App Events SQL Statistic
Unable to parse date: "2021/10/22 13:12:48"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seen in
stroom-logs-v3.0-beta.1
.The Record strm cooked from the nginx app events looks like
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"
)The text was updated successfully, but these errors were encountered: