graylog-plugin-pipeline-processor icon indicating copy to clipboard operation
graylog-plugin-pipeline-processor copied to clipboard

[DEPRECATED] Graylog Pipeline Message Processor Plugins

Results 33 graylog-plugin-pipeline-processor issues
Sort by recently updated
recently updated
newest added
trafficstars

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,...

feature
triaged

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...

feature
triaged

### 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...

bug
triaged