-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxy Parameter #29
Comments
We were facing the same issue earlier this week. We managed to get it working after: Updating the java dependies to newer versions
Adding an environment variable that contains the proxy Adding the following to the connection String To include the dependencies we rebuilt the plugin. I'm posting this comment here so the Logstash team can properly implement this in an upcoming version. |
Luca's instructions worked for me too, though I had to update logstash's jvm.options to get the proxy working correctly.
|
Update Azure library dependencies. This enables the use of the web socket transport, which is required in order to be able to support proxying - see logstash-plugins#29 (comment)
Update Azure library dependencies. This enables the use of the web socket transport, which is required in order to be able to support proxying - see #29 (comment) Fixes #36
Where do you add that TransportType=AmqpWebSockets in the logstash configuration? To var.input.azure_event_hubs.storage_connection or var.input.azure_event_hubs.event_hub_connections? |
I followed the instructions above except updating java version (since the current version seems to include more recent packages) and i'm able to connect to the queue via proxy. The issue is with Azure Blob storage for which I get an error:
Is there another way to define proxy for storage_connection? UPDATE: |
Is it possible to request a proxy parameter like many of the other input plugins for logstash? Microsoft do not allow event hubs to stream data over Express Route so Proxy is our only option.
Thanks
The text was updated successfully, but these errors were encountered: