This feature is available as an add-on for the Honeycomb Enterprise plan.
Please contact your Honeycomb account team for details.
Prerequisites
Setup an Event Hub to listen forBlob Create events. More information on how to set this up can be found in the Azure documentation here.
Blob Format
Stored logs and traces must be in OTLP JSON format in order to be correctly parsed by the receiver.Supported Platforms
| Platform | Metrics | Logs | Traces |
|---|---|---|---|
| Linux | β | β | |
| Windows | β | β | |
| macOS | β | β |
Configuration Table
| Parameter | Type | Default | Description |
|---|---|---|---|
| telemetry_types | telemetrySelector | ["Logs", "Traces"] | Choose Telemetry Type. |
| connection_string* | string | "" | The connection string for the Azure Storage account. Information can be found here. |
| event_hub_endpoint* | string | "" | The Azure Event Hub endpoint triggering on the Blob Create events. Information can be found here. |
| logs_container* | string | βlogsβ | Name of the Azure Storage container where logs are stored. |
| traces_container* | string | βtracesβ | Name of the Azure Storage container where traces are stored |
Example Configuration
Basic Configuration
For basic configuration only, theconnection_string for Azure Storage and the event_hub_endpoint need to be supplied. In the example below, we are using a fake connection_string and event_hub_endpoint in the form Azure expects.
Web Interface

Standalone Source
YAML