Skip to content

Commit df2a9a6

Browse files
authored
Merge pull request #1974 from fluent/lynettemiles/sc-136266/update-fluent-bit-docs-pipeline-outputs-slack
2 parents f7a7cc2 + 26203f1 commit df2a9a6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pipeline/outputs/slack.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22

33
The Slack output plugin delivers records or messages to your preferred Slack channel. It formats the outgoing content in JSON format for readability.
44

5-
This connector uses the Slack _Incoming Webhooks_ feature to post messages to Slack channels. Using this plugin in conjunction with the Stream Processor is a good combination for alerting.
5+
This connector uses Slack [incoming webhooks](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks) to post messages to Slack channels. Using this plugin in conjunction with the Stream Processor is a good combination for alerting.
66

7-
## Slack Webhook
7+
## Slack webhook
88

9-
Before configuring this plugin, make sure to set up your Incoming Webhook. For detailed step-by-step instructions, review the following official documentation:
9+
Before configuring this plugin, set up your incoming webhook. For help, see the [Slack documentation](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks).
1010

11-
* [https://api.slack.com/messaging/webhooks\#getting\_started](https://api.slack.com/messaging/webhooks#getting_started)
11+
After you have obtained the Webhook address you can place it in the configuration.
1212

13-
Once you have obtained the Webhook address you can place it in the configuration below.
13+
## Configuration parameters
1414

15-
## Configuration Parameters
15+
This plugin supports the following parameters:
1616

17-
| Key | Description | Default |
18-
|:--------|:---------------------------------------------------------------------------------------------------------------------|:--------|
19-
| webhook | Absolute address of the Webhook provided by Slack | |
20-
| workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
17+
| Key | Description | Default |
18+
|:--------|:------------|:--------|
19+
| `webhook` | Absolute address of the webhook provided by Slack. | _none_ |
20+
| `workers` | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
2121

22-
### Configuration File
22+
### Configuration file
2323

24-
Get started quickly with this configuration file:
24+
Get started with this configuration file:
2525

2626
{% tabs %}
2727
{% tab title="fluent-bit.yaml" %}
@@ -46,4 +46,4 @@ pipeline:
4646
```
4747

4848
{% endtab %}
49-
{% endtabs %}
49+
{% endtabs %}

0 commit comments

Comments
 (0)