This document describes a field device diagnostic solution developed by MapleLabs. The solution involves collecting large amounts of diagnostic data from thousands of field devices, ingesting and parsing the data using microservices running on a Kubernetes cluster in AWS, and storing the structured data in Elasticsearch for analysis and detection of faults. Some key challenges addressed are scalability to handle bursty data loads, security of the data as it moves through the pipeline, debuggability of the microservices, and reducing storage costs through tiering to S3.