You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like you have an extra space in the host address after the ":"
e.g. udp: 10.2.1.8/161 instead of udp:10.2.1.8/161
@colinsurprenant Looks like we may need to update the HOST_REGEX to raise a config error on whitespace or other invalid characters in the host address.
Thanks @BrechtClaeys@axrayn - yeah, not a great handling and error here.
I think we should just accept whitespaces to start with and yeah, make sure we don't trigger a NPE from invalid input :P
Hi,
When trying out one of the example configurations in the documentation, I keep getting errors. when running logstash.
This is the used configuration in my input:`
I always get the following error:
Any idea what causes this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: