Commit a204fa0
logging: add open_timeout/read_timeout to cribl ClusterOutput
fluentd out_http defaults read_timeout to unlimited. On 2026-06-11 a torn
write corrupted the Cribl httpraw source persistent-queue; the source
accepted connections but never processed the POST bodies, so the flush
threads blocked indefinitely with no error and no retry and the WAF/modsec
feed silently stalled for ~44h. open_timeout 5 / read_timeout 30 force
those hung flushes to error and retry (re-resolving to a healthy worker).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6b1b660 commit a204fa0
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
18 | 28 | | |
19 | 29 | | |
20 | 30 | | |
| |||
0 commit comments