Testing out the Azure module and leveraging the exact same configuration from a working 7.7 install generates the following error:
2020-06-18T23:19:14.508-0500 INFO cfgfile/reload.go:224 Loading of config files completed.
2020-06-18T23:19:14.508-0500 INFO [azure-eventhub input] azureeventhub/input.go:107 azure-eventhub input worker has started. {"connection string": "Endpoint=sb://eventhub.servicebus.windows.net/;SharedAccessKeyName=azurefilebeat;SharedAccessKey=saskey..."}
2020-06-18T23:19:14.509-0500 ERROR [azure-eventhub input] azureeventhub/input.go:113 Get %3Cno%20value%3E/metadata/endpoints?api-version=1.0: unsupported protocol scheme "" {"connection string": "Endpoint=sb://eventhub.servicebus.windows.net/;SharedAccessKeyName=azurefilebeat;SharedAccessKey=saskey..."}
2020-06-18T23:19:14.509-0500 INFO [azure-eventhub input] azureeventhub/input.go:114 azure-eventhub input worker has stopped. {"connection string": "Endpoint=sb://eventhub.servicebus.windows.net/;SharedAccessKeyName=azurefilebeat;SharedAccessKey=saskey..."}
It doesn't look like the configuration options have changed at all, am I missing something or is this a bug?