bwNetFlow / flowpipeline

Process network flows using fully configurable pipelines.
GNU General Public License v3.0
17 stars 5 forks source link

Add diskbuffer segment. #78

Open JustKiddingCode opened 1 year ago

JustKiddingCode commented 1 year ago

Allows to buffer flows in memory and (additionally) on disk in zstd compressed files.

Add a small segment (filegate) for testing purposes to pause the pipeline when a file exists.

georg-e commented 1 year ago

Hi, thank you for the PR. I took a first look on it and have some comments and remarks to be adressed. Maybe you have already identified some of my points and maybe we need some more detailed testing and validation of this feature.