Back to All 55 System Design Questions
#10Very Hard

Design a Distributed Metrics Logging and Aggregation System

Asked by:GoogleFacebookAmazoneBay

Recommended Solutions from the Web

Key Details & Edge Cases You Should Know

Let's assume the logs are generated from a distributed system, e.g, an EC2 compute cluster.

How to collect logs efficiently from distributed systems?

How to store and index logs for fast retrieval?

When you search for logs, what happens?

How about live streaming logs? How would that work?