Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.81 KB

rabbitmq.md

File metadata and controls

37 lines (27 loc) · 1.81 KB

RabbitMQ

Table of content

Configuration

Setting Env var Default value Description
rabbitmq.url RABBITMQ_URL Rabbitmq URL, if not empty, Rabbitmq output is enabled
rabbitmq.queue RABBITMQ_QUEUE Rabbitmq Queue name
rabbitmq.minimumpriority RABBITMQ_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

rabbitmq:
  url: "" # Rabbitmq URL, if not empty, Rabbitmq output is enabled
  queue: "" # Rabbitmq Queue name
  # minimumpriority: "debug" # minimum priority of event for using this output, order is emergency|alert|critical|error|warning|notice|informational|debug or "" (default)

Additional info

Screenshots