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
I've set HTTP_PROXY, HTTPS_PROXY. I verified the connectivity using curl in the machine which I tried this library. curl, node's native fetch works fine and pushes the logs. Only this library gives error with proxy. The code snippets which I tried are below,
I've set HTTP_PROXY, HTTPS_PROXY. I verified the connectivity using
curl
in the machine which I tried this library.curl
, node's nativefetch
works fine and pushes the logs. Only this library gives error with proxy. The code snippets which I tried are below,fetch example
This is working.
splunk-logging example
This throws an error
ERROR: Error: connect ENETUNREACH
The text was updated successfully, but these errors were encountered: