Skip to content

Commit 43fa2e8

Browse files
committed
Added hint box linking to DLQ feature in scheduling and retries doc. Applies to #2207.
Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 44a6a12 commit 43fa2e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

administration/scheduling-and-retries.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ The scheduler provides a configuration option called `Retry_Limit`, which can be
9595
| `Retry_Limit` | `no_limits` or `False` | When set there no limit for the number of retries that the scheduler can do. |
9696
| `Retry_Limit` | `no_retries` | When set, retries are disabled and scheduler doesn't try to send data to the destination if it failed the first time. |
9797

98+
{% hint style="info" %}
99+
When a chunk exhausts all retry attempts or retries are disabled, the data is discarded by default. To preserve rejected data for later analysis, enable the [Dead Letter Queue (DLQ)](buffering-and-storage.md#dead-letter-queue-dlq) feature by setting `storage.keep.rejected` to `on` in the Service section.
100+
{% endhint %}
101+
98102
### Retry example
99103

100104
The following example configures two outputs, where the HTTP plugin has an unlimited number of retries, and the Elasticsearch plugin have a limit of `5` retries:

0 commit comments

Comments
 (0)