We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b57feb + 5e261b7 commit f888dc9Copy full SHA for f888dc9
1 file changed
docs/user/usage.rst
@@ -57,6 +57,7 @@ Beaver can optionally get data from a ``configfile`` using the ``-c`` flag. This
57
* mqtt_clientid: Default ``paho``. Paho client id
58
* mqtt_keepalive: Default ``60``. mqtt keepalive ping
59
* mqtt_topic: Default ``/logstash``. Topic to publish to
60
+* number_of_consumer_processes: Default ``1``. Number of parallel consumer processes that read and process messages from the beaver queue.
61
* rabbitmq_host: Defaults ``localhost``. Host for RabbitMQ
62
* rabbitmq_port: Defaults ``5672``. Port for RabbitMQ
63
* rabbitmq_ssl: Defaults ``0``. Connect using SSL/TLS
0 commit comments