graylog-plugin-pipeline-processor
graylog-plugin-pipeline-processor copied to clipboard
[DEPRECATED] Graylog Pipeline Message Processor Plugins
Constructing new strings from several sub-strings and variables is currently quite cumbersome. Imagine the need to construct the string "Hello, world!" from the variable `subject` and the string template "Hello,...
Passing a fixed-length list of group_names to regex doesn't handle optionally-matching groups very well: `([^ ]+)(?: (.+))?: (.+)` Better would be support the standard `(?X)` named capturing groups and returning...
### Problem description When creating a pipeline stage with a negative number, the cursor jumps to the next input constantly. ### Steps to reproduce the problem 1. Create a pipeline...