This document discusses streaming outlier analysis for analyzing streaming data in real-time. It presents a hybrid two-phase approach for detecting outliers at scale. The first phase uses a robust median absolute deviation statistic on distributional sketches to detect outlier candidates. The second phase applies more complex outlier analysis techniques to the candidates using a biased sample. This approach balances accuracy and performance for streaming outlier detection in distributed computational frameworks.