NULL - Fluent Bit

Description

The null output plugin just throws away events. See fluent bit page for more information.

Node configuration

...
flb_null:
  plugin: "dc_destinations/FlbNull"
  inputs: ["/dc/measurement/data"]
...