-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Parse JSON structured logs in Argo UI #6856
Comments
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 <[email protected]>
Signed-off-by: krrrr38 <[email protected]>
Thanks for popping this issue. We are seeing the same error when working with the logs on the Java SDK. We are getting an object that it's not parseable as a JSON (it's formatted as a JSONL). The call fails internally in the SDK with This is reproducible in the following example: https://github.com/pmbrull/argo-java-examples/blob/main/playground/src/main/java/SimpleWorkflowLogs.java Thanks |
Signed-off-by: krrrr38 <[email protected]> Signed-off-by: Isitha Subasinghe <[email protected]> Co-authored-by: krrrr38 <[email protected]> Co-authored-by: Alex Collins <[email protected]>
…oproj#10145) Signed-off-by: krrrr38 <[email protected]> Signed-off-by: Isitha Subasinghe <[email protected]> Co-authored-by: krrrr38 <[email protected]> Co-authored-by: Alex Collins <[email protected]>
(argoproj#10145)" This reverts commit 7da30bd. Signed-off-by: Dillen Padhiar <[email protected]>
Summary
When using FluentBit / FluentD, logs are written to stdout/stderr in a structured JSON format. It is difficult to read these easily in the Argo UI
Use Cases
When clicking through to the node
main
logs, it would be nice to see only themessage
component of a JSON structured log/Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍.
The text was updated successfully, but these errors were encountered: