Skip to main content
This page describes how three components work together to support protobuf ingestion in Sift: ProtobufDescriptorService registers the protobuf schema, IngestService streams serialized protobuf messages into Sift, and Channel Parsing converts protobuf field paths into channels used to store telemetry data. See the API at ProtobufDescriptorService, IngestService, and Channel parsing options. For component code, see the following: