Status | |
---|---|
Stability | in-development |
Supported pipeline types | logs |
Distributions | contrib |
The Azure Event Hub receiver listens to logs emitted by Azure Event hubs.
A string describing the connection to an Azure event hub.
The partition to watch. If empty, it will watch explicitly all partitions.
Default: ""
The offset at which to start watching the event hub. If empty, it starts with the latest offset.
Default: ""
Example:
receivers:
azureeventhub:
connection: Endpoint=sb://namespace.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=superSecret1234=;EntityPath=hubName
partition: foo
offset: "1234-5566"
TODO