You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason filtering does not work here is because unlike source and cat vertex, sink does not have an object in logs. The timestamp is extracted from the log object for source and cat, but for sink it is just a string. Can we generalise the log format so its easy to apply the filters or should I handle it separately for this sink log string (provided it remains consistent).
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Create a simple pipeline and check the pod logs from different vertices, try out the add/remove timestamps feature.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: