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
Right now I'm having to check if the hostname exists with dns.lookup before I add the transport because there's no well defined way to handle connection issues when creating the transport. It would be greatly beneficial to, for instance, catch the ENOTFOUND error from the new LogstashTransport(...) call.
The text was updated successfully, but these errors were encountered:
Right now I'm having to check if the hostname exists with
dns.lookup
before I add the transport because there's no well defined way to handle connection issues when creating the transport. It would be greatly beneficial to, for instance, catch theENOTFOUND
error from thenew LogstashTransport(...)
call.The text was updated successfully, but these errors were encountered: