Bug 1492188
| Summary: | Add keepalive, max_retry_wait parameters to fluentd secure_forward configuration | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine-metrics | Reporter: | Rich Megginson <rmeggins> |
| Component: | Generic | Assignee: | Shirly Radco <sradco> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | CC: | bugs, lveyde |
| Target Milestone: | ovirt-4.1.7 | Keywords: | ZStream |
| Target Release: | 1.0.7.1 | Flags: | rule-engine:
ovirt-4.1+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ovirt-engine-metrics-1.0.7.1 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-11-13 12:26:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1475135, 1493030 | ||
|
Description
Rich Megginson
2017-09-15 16:58:38 UTC
Also set `max_retry_wait 300` In my testing of ovirt -> logging, if there are connection problems, the ovirt fluentd will keep exponentially backing off until it is waiting for several hours. I recommend a max_retry_wait of 300. missing in ovirt-engine-metrics-1.0.7-1.el7ev.noarch Lukas, note this has been fixed in 1.0.7.1 not 1.0.7-1 [root@/ ]# grep -R max_retry /etc/fluentd/ /etc/fluentd/config.d/30-source-forward.conf: max_retry_wait 300s /etc/fluentd/config.d/30-source-forward.conf: max_retry_wait 300s verified in ovirt-engine-metrics-1.0.7.1-1.el7ev.noarch |