As part of Q3 OKRs we'll be working towards turning down all non-Kafka inputs by EOQ4. Thumbor currently sends json logs directly to logstash via UDP, a simple solution for onboarding to the logging pipeline is to use the localhost udp compat endpoint and have Thumbor log to localhost instead.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
thumbor: ship logs to localhost / logging pipeline | operations/puppet | production | +6 -2 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | herron | T227080 Deprecate all non-Kafka logstash inputs | |||
Resolved | fgiunchedi | T242609 Move thumbor to the logging pipeline |
Event Timeline
Comment Actions
Change 566069 had a related patch set uploaded (by Filippo Giunchedi; owner: Filippo Giunchedi):
[operations/puppet@production] thumbor: ship logs to localhost / logging pipeline
Comment Actions
Change 566069 merged by Filippo Giunchedi:
[operations/puppet@production] thumbor: ship logs to localhost / logging pipeline
Comment Actions
Thumbor now is logging to localhost:11514, from there logs are shipped to the logging pipeline, resolving!