Skip to content

Commit

Permalink
Add Fluent Bit retry configuration
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JannikBrand authored Aug 19, 2024
1 parent 83bb97e commit 366de5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ingest-via-json-api-endpoint-3416f8f.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ You can use arbitrary log shippers to send to the mTLS ingest JSON API endpoint.
tls true
Compress gzip
URI /
Format json
Format json
Retry_Limit 3
```

Expand Down

0 comments on commit 366de5e

Please sign in to comment.