FluentD and FluentBit

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 a v1 config file, a match with the http output plugin configured as follows:

Bash
Copy

Note that, while the 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:

YAML
Copy

The output is added to classic configurations by adding an Output block to the top level as follows:

Bash
Copy

Mezmo Configuration Options

OptionDescription
Decoding MethodThe decoding method to use for converting frames to data events.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated