Pipeline use cases

I’m trying to understand Pipelines better and when you would want to use them, can some of you provide me with examples of how you use pipelines?

1 Like

You can use pipeline rules whenever the normal extractors or stream rules aren’t powerful enough to express what you’re trying to achieve.

The when condition of a rule can also contain many more conditions (basically all functions) to check if a rule should run. Extractors only support checking for the existence of a message field.

Hej @Shane

you might want to read in our Graylog Blog and see the tips that include pipeline usage.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.