Buffering
The Built-in buffering functionality prevents data loss due to connection or network problems. Data that could not be sent to the dedicated output system is buffered and resent when the connection is re-established.
To use the buffering functionality, you must set up a buffer module. The following buffer modules are currently available:
outputs.buffers.ram_1outputs.databases.mongodb_1outputs.redis.redis_1
-
Insert one of these modules and set
is_bufferto true. Note: Only one module per configuration can act as buffer. -
Insert your output module to be buffered and set
bufferedto true.
Dynamic Variables
Mqtt Broker