Slack - Fluent Bit

Description

The Slack output plugin delivers records or messages to your preferred Slack channel. See fluent bit page for more information.

Parameters

ParameterDescriptionTypeDefault
webhookAbsolute address of the Webhook provided by Slack.strN/A (Mandatory)

Node configuration

...
flb_slack:
  plugin: "dc_destinations/FlbSlack"
  inputs: ["/dc/group/data"]
  webhook: https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
...