This introduces a new trigger mode for the decision log plugin:
decision_logs.reporting.trigger=immediate
The immediate trigger mode will upload events as soon as enough events are received to hit the configured upload limit. If not enough events are received within the configured min-max delay, the events received so far are flushed and uploaded.
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>
decisions are being dropped because after an upload the limit is being set to the upload size instead of the buffer.
Signed-off-by: Sebastian Spaink <sebastianspaink@gmail.com>