Status 200messages, and then convert that data from events to metrics. Using this method, you can monitor these routine messages through a simple dashboard view, and then take action if you notice or are alerted to any anomalous spikes or decreases in these messages.
This topic describe a basic Pipeline architecture and Processor group for converting events to metrics that you can adapt to your own purposes, with examples of Processor configurations.
Overview
This schematic of the Pipeline illustrates the Processor chain for converting 200 events to metrics. The Processor configurations are described in detail in the sections that match the numbers in the schematic.

Overview of the architecture for a Pipeline that converts 200 events to metrics
Interactive Demo
You can see how data is processed and reduced through this Pipeline in this interactive version. View Demo1 - Demo/HTTP Source
Use the HTTP Source to connect the Pipeline to your incoming telemetry data. The topic Set Up and Test an HTTP Endpoint Source includes tips and examples for configuring your source. This example uses the Demo Logs with the JSON Logs option to demonstrate the effects of the Processors on the data stream. You can also try it out with a sample of your own data.- Log into the Mezmo App, and in the Pipelines section, click New Pipeline.
- Add the Demo Logs Source, and for Format, select JSON.
- Add the Blackhole Destination to your Pipeline, and connect it to the Demo Logs.
- Add the Processors and their configurations as shown in this example.
- To view the data transformations through the Processors, Deploy the Pipeline, and then click the Tap for the Source and each Processor to see the data as it egresses from each node. You will also be able to see how the data is reduced on the Pipeline Dashboard.

