Syslog UDP input does not set gl2_remote_ip in Graylog 3.0 #5264
Closed
Description
Expected Behavior
The gl2_remote_ip
field gets populated with the source IP address for messages sent in via SyslogUDPInput.
Current Behavior
It doesn't. A pipeline containing
debug($message.gl2_remote_ip);
logs
INFO [Function] PIPELINE DEBUG: Passed value is NULL.
Steps to Reproduce (for bugs)
- Run Graylog 3.0.0-2.alpha.3 from the Ubuntu repository
- Set up Syslog UDP input
- Send in some messages
Context
Same problem as #3980, but for Syslog instead of GELF.
Your Environment
- Graylog Version: 3.0.0-alpha.3+7530b69, codename Space Moose
- Elasticsearch Version: 5.6.12
- MongoDB Version: 3.6.3-0ubuntu1
- Operating System: Ubuntu 18.04
- Browser version: Firefox 63.0