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
There are multiple Azure Cloud environments apart of the public cloud. In principle Filebeat supports custom endpoints in the connection_string, but there is at least a point where it uses the public cloud endpoints explicitly:
Add support for the other environments. Not sure if this can be done automatically by guessing the environment from the endpoint in the connection_string. If not some additional setting will need to be added.
It may be needed to support loading environments from file for hybrid deployments. There is a EnvironmentFromFile() helper for that.
There are multiple Azure Cloud environments apart of the public cloud. In principle Filebeat supports custom endpoints in the
connection_string
, but there is at least a point where it uses the public cloud endpoints explicitly:beats/x-pack/filebeat/input/azureeventhub/eph.go
Line 25 in d57bcf8
Add support for the other environments. Not sure if this can be done automatically by guessing the environment from the endpoint in the
connection_string
. If not some additional setting will need to be added.It may be needed to support loading environments from file for hybrid deployments. There is a
EnvironmentFromFile()
helper for that.Reported in https://discuss.elastic.co/t/azure-module-error/227210
The text was updated successfully, but these errors were encountered: