Documentation Index
Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
You can stream FluentD and FluentBit logs and metrics to Mezmo Pipelines using HTTP output plugins for SaaS pipelines, and Forward output plugins for Mezmo Edge Pipelines.Configuration
FluentD
To send your FluentD data to a Mezmo Pipeline, add to av1 config file, a match with the http output plugin configured as follows:
format says json here, because the setting json_arraydefaults to false , FluentD will be emitting json objects without the enclosing array. Therefore, Decoding Method should be set to ndjson .
FluentBit
FluentBit can be configured to send data to any Mezmo Pipeline HTTP source. Please see the examples for both Classic and YAML configuration below, making the appropriate substitutions for your source path and key. For YAML, add a new output in under the pipeline group:Output block to the top level as follows:
Mezmo Configuration Options
| Option | Description |
|---|---|
| Decoding Method | The decoding method to use for converting frames to data events. |