ansible/awx
GitHub で見るadd feature to save rsyslogd queue content when external logging is misconfigured
Open
#9,407 opened on 2021年2月24日
component:apihelp wantedtype:enhancement
Repository metrics
- Stars
- (13,071 stars)
- PR merge metrics
- (平均マージ 24d 6h) (30d で 30 merged PRs)
説明
ISSUE TYPE
- Feature Idea
SUMMARY
rsyslog does not save the queue content when external logging is misconfigured. In case of a 404 error on the external logging service, a buffer will not be kept and any log events will be lost. For example, one time 404 error from an external logging server, we lost log events until the external logging service is fixed.
Additionally, rsyslogd does not save the queue content on service shutdown. can we add such feature to store the queue on rsyslogd shutdown or restart.