Graylog2 / graylog-plugin-pipeline-processor

[DEPRECATED] Graylog Pipeline Message Processor Plugins
https://www.graylog.org/
GNU General Public License v3.0
21 stars 15 forks source link

Feature Request for Function concate() #215

Closed xtruthx closed 7 years ago

xtruthx commented 7 years ago

The function concate acutally allows only two values. It should be possible at least to concate three strings so that you are able to produce for example something like this:

concate(to_string($message.userfield)," logged on at client ",to_string($message.clientfield));

Actually i am building to variables and concate them.

joschi commented 7 years ago

This basically duplicates #95.

Instead of providing concatenate functions with three, four, five, six, etc. parameters, we'd rather implement proper string interpolation.

xtruthx commented 7 years ago

ok accepted. sounds better. sorry for the noise

joschi commented 7 years ago

@xtruthx No worries! Thanks for your request!