-
Notifications
You must be signed in to change notification settings - Fork 302
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
Conditional Pipelines additional to filters? #1437
Comments
In order to not use python code in the configuration we could use the sieve's bot syntax and it's capabilities |
That would effectively solve use case of MaltaCIP. :) They have a file collector that receives all shadowserver files in a directory whose contents should be divided into shadowserver parsers. I advised to use a sieve bot that will distribute events to according parsers. But as an expert, sieve cannot be placed between collector and parsers. (Could you please remind me of the reason why expert can't be placed next to a collector, link me to the discussion? o:) I was searching on both intelmq and manager trackers but with no luck.) |
Haven't heard of that issue yet. But we can solve that use case differently. Namely by providing the file name in the report as
That limitation does only exists in the GUI, if you just configure it, it works fine. Maybe some experts require fields only existing in events, but that could always be the case. |
Idea: What about using Conditioned Pipelines additional to filters?
This might solve my requirement stated in #569 (comment)
Each destination pipeline has an entry-condition which has to be met before an event is inserted into the pipeline. Maybe you can imagine it like a bouncer in front of a club. The default condition for each pipeline is
true
, so every event can get into the pipeline.How might this look in a
pipeline.conf
file?Problems:
*.conf
files, if a programming language like python is used instead of a rule-language.Questions:
Originally posted by @dmth in #569 (comment)
The text was updated successfully, but these errors were encountered: