Design Logging Pipeline #32
Programming Interview
Medium
2 views
Problem Description
Centralize logs from many services and make them searchable.
Official Solution
Agents ship logs to a buffer (Kafka), processors parse/enrich, storage in an index (OpenSearch/Elasticsearch) and cold storage (S3). Add retention, access control, and dashboards/alerts.
Solutions (0)
No solutions submitted yet. Be the first!
No comments yet. Start the discussion!