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 support for decimal IPv4 representation in to_ip pipeline function #253

Closed bernd closed 5 years ago

bernd commented 5 years ago

if the argument is a number, try to convert its intValue into an IP address otherwise the previous behavior of taking the string value and converting that applies

Fixes Graylog2/graylog2-server#5268

Backport of Graylog2/graylog2-server@8e77a4d53