Graylog2 / graylog-plugin-pipeline-processor

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

Add `starts_with` and `ends_with` string functions #227

Closed joschi closed 6 years ago

joschi commented 6 years ago

This PR adds the commonly required starts_with() and ends_with() string functions to check a string prefix or suffix respectively without having to use regular expressions (which might be less performant).