Skip to content

Commit 366de5e

Browse files
authored
Add Fluent Bit retry configuration
By default Fluent Bit [uses](https://docs.fluentbit.io/manual/administration/scheduling-and-retries#configuring-retries) a Retry_Limit of 1. Since senders want to ensure that telemetry data is ingested, even if the observability backend (e.g. SAP Cloud Logging) is temporarily unavailable (e.g. due to network problems), we should recommend at least 3 retries.
1 parent 83bb97e commit 366de5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ingest-via-json-api-endpoint-3416f8f.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ You can use arbitrary log shippers to send to the mTLS ingest JSON API endpoint.
2323
tls true
2424
Compress gzip
2525
URI /
26-
Format json
26+
Format json
27+
Retry_Limit 3
2728
2829
```
2930

0 commit comments

Comments
 (0)