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

Fix numeric conversions with to_double()/to_long() #219

Closed joschi closed 6 years ago

joschi commented 6 years ago

The functions for numeric conversions, to_long() and to_double(), didn't properly support converting from strings or other numeric types.

Refs https://community.graylog.org/t/graylog-pipeline-problem/2810