-
Notifications
You must be signed in to change notification settings - Fork 9
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
Analyzers that exit clean without reading input until EOF #331
Comments
Note to self: I think when this one is fixed, the user's pcap referenced in brimdata/zui#2926 (comment) should be able to load successfully in Zui. Suricata will still decline to analyze it (but exit with code 0) because of this open Suricata issue, but it sounds like an inaccurate Zeek failure will no longer be surfaced, which seems like an improvement to me. |
In fact, the same goes for the pcap referenced in brimdata/zui#2926 (comment). I'm late in fully recognizing this, but that one's similarly mis-reported as a Zeek failure at the moment but due to a different open Suricata issue. Zeek still doesn't do anything interesting with this traffic (it generates a couple |
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
This commit changes the behavior for analyzer processes so that processes that have successfully exited without reading all the data will continue to consume data from the byte stream insteading of returning an error and putting a stop to the copy goroutine. Closes #331
Verified in Brimcap commit 070d2a0. In the attached video I'm testing it out by using Zui commit Verify.mp4Thanks @mattnibs! |
@nwt's comment from brimdata/zui#2926 (comment):
That Zui issue improved how Brimcap catches and presents this kind of error, but @nwt feels there's still improvements that can be made on the Brimcap side. A current quote:
The text was updated successfully, but these errors were encountered: