Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.94 KB

azure_event_hub.md

File metadata and controls

37 lines (28 loc) · 1.94 KB

Azure EventHub

Table of content

Configuration

Setting Env var Default value Description
azure.eventhub.name AZURE_EVENTHUB_NAME Name of the Hub, if not empty, EventHub is enabled
azure.eventhub.namespace AZURE_EVENTHUB_NAMESPACE Name of the space the Hub is in
azure.eventhub.minimumpriority AZURE_EVENTHUB_MINIMUMPRIORITY "" (= debug) Minimum priority of event for using this output, order is emergency,alert,critical,error,warning,notice,informational,debug or ""

Note

The Env var values override the settings from yaml file.

Example of config.yaml

azure:
  eventhub:
    name: "" # Name of the Hub, if not empty, EventHub is enabled
    namespace: "" # Name of the space the Hub is in
    # minimumpriority: "" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots