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
The input plugin 'net_response' doesn't respect the 'timeout' configuration field. This is evident when attempting to connect to down hosts.
When testing the net_response plugin against a down host (that is, a host not responding to any traffic, rather than a closed TCP port), the plugin hangs indefinitely, rather than ending the TCP / UDP collection activity after the timeout period elapses.
It does not appear in the code that the timeout field is actually read or used anywhere. It looks like the go src for dialTCP accepts a 'deadline' flag, which seems apropos.
Thanks so much!
The text was updated successfully, but these errors were encountered:
Also changing the net_response and http_response plugins to only accept
duration strings for their timeout parameters. This is a breaking config
file change.
closes#1214
Also changing the net_response and http_response plugins to only accept
duration strings for their timeout parameters. This is a breaking config
file change.
closes#1214
Also changing the net_response and http_response plugins to only accept
duration strings for their timeout parameters. This is a breaking config
file change.
closes#1214
Also changing the net_response and http_response plugins to only accept
duration strings for their timeout parameters. This is a breaking config
file change.
closes#1214
The input plugin 'net_response' doesn't respect the 'timeout' configuration field. This is evident when attempting to connect to down hosts.
When testing the net_response plugin against a down host (that is, a host not responding to any traffic, rather than a closed TCP port), the plugin hangs indefinitely, rather than ending the TCP / UDP collection activity after the timeout period elapses.
It does not appear in the code that the timeout field is actually read or used anywhere. It looks like the go src for dialTCP accepts a 'deadline' flag, which seems apropos.
Thanks so much!
The text was updated successfully, but these errors were encountered: