:plugin: slack :type: output /////////////////////////////////////////// START - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// :version: %VERSION% :release_date: %RELEASE_DATE% :changelog_url: %CHANGELOG_URL% :include_path: ../../../../logstash/docs/include /////////////////////////////////////////// END - GENERATED VARIABLES, DO NOT EDIT! /////////////////////////////////////////// [id="plugins-{type}-{plugin}"] === Slack output plugin include::{include_path}/plugin_header.asciidoc[] ==== Description [id="plugins-{type}s-{plugin}-options"] ==== Slack Output Configuration Options This plugin supports the following configuration options plus the <> described later. [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|Yes | <> |<>|No |======================================================================= Also see <> for a list of options supported by all output plugins.   [id="plugins-{type}s-{plugin}-attachments"] ===== `attachments` * Value type is <> * There is no default value for this setting. Attachments array as described https://api.slack.com/docs/attachments [id="plugins-{type}s-{plugin}-channel"] ===== `channel` * Value type is <> * There is no default value for this setting. The channel to post to [id="plugins-{type}s-{plugin}-format"] ===== `format` * Value type is <> * Default value is `"%{message}"` The text to post in slack [id="plugins-{type}s-{plugin}-icon_emoji"] ===== `icon_emoji` * Value type is <> * There is no default value for this setting. Emoji icon to use [id="plugins-{type}s-{plugin}-icon_url"] ===== `icon_url` * Value type is <> * There is no default value for this setting. Icon URL to use [id="plugins-{type}s-{plugin}-url"] ===== `url` * This is a required setting. * Value type is <> * There is no default value for this setting. The incoming webhook URI needed to post a message [id="plugins-{type}s-{plugin}-username"] ===== `username` * Value type is <> * There is no default value for this setting. The username to use for posting [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[]