pySigma-backend-openobserve #358
-
|
Hello, Working on a kunai pipeline and I have a questions:
Is there a community review process? right place to discuss it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi!
For this purpose you should use the
The condition can be added with a
Generally you can use the
There's no formal review process for backends. I do some quick review when a backend/pipeline project is added to the plugin directory to ensure nothing harmful or disfunctional is added here and less focused on quality. Feel free to reach out in the discussion, I'm happy to support with a deeper review if wanted! |
Beta Was this translation helpful? Give feedback.
Hi!
For this purpose you should use the
DropDetectionItemTransformationas done in this pipeline.The condition can be added with a
AddConditionTransformation, like done here. I think rule type means log source in your context. Then this can be achieved with rule conditions as done in the same example few lines below.