Replies: 1 comment
-
Hi @gajus, where is the processed log coming from? Potentially the time key is not found as a top level object where it then is not removed. Alternatively a Modify filter could help remove |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The parser:
Example ingested log:
time="2022-12-09T19:55:41Z" level=info msg="Reconciliation completed" application=argocd/contra-application-sets dest-name= dest-namespace=argocd dest-server="https://kubernetes.default.svc" fields.level=0 time_ms=4
Example processed log:
I would expect that given the configuration,
jsonPayload.time
field would be dropped. It seems to just duplicate contents oftimestamp
.Beta Was this translation helpful? Give feedback.
All reactions