The azureeventhub module found on https://github.com/elastic/beats/tree/master/x-pack/filebeat/input/azureeventhub does not support HTTP(S) proxies in order to access Azure Event Hubs.
The problem is documented on Azure/azure-event-hubs-go#163. That is, the module uses a Go library from Microsoft, but this library does not support HTTP(S) proxies right now.
Adding proxy support would allow Filebeat and its azureeventhub module to work from behind a corporate HTTP(S) proxy.
The azureeventhub module found on https://github.com/elastic/beats/tree/master/x-pack/filebeat/input/azureeventhub does not support HTTP(S) proxies in order to access Azure Event Hubs.
The problem is documented on Azure/azure-event-hubs-go#163. That is, the module uses a Go library from Microsoft, but this library does not support HTTP(S) proxies right now.
Adding proxy support would allow Filebeat and its azureeventhub module to work from behind a corporate HTTP(S) proxy.