You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new action for Splunk alarms to send to slack app (#219)
* Create a new action for Splunk alarms to send to slack app
* Fix url
* Fix test
* Restore missing character
* Fix param name
* Fix test name
* Again
* Fix url again
Copy file name to clipboardExpand all lines: docs/resources/saved_searches.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,12 @@ This resource block supports the following arguments:
130
130
-`action_slack_param_attachment` - (Optional) Include a message attachment. Valid values are message, none, or alert_link
131
131
-`action_slack_param_message` - (Optional) Enter the chat message to send to the Slack channel. The message can include tokens that insert text based on the results of the search.
132
132
-`action_slack_param_webhook_url_override` - (Optional) You can override the Slack webhook URL here if you need to send the alert message to a different Slack team
133
+
-`action_slack_app_alert_integration_param_auto_join_channel` - (Optional) Automatically join the channel if the bot is not already a member (Should be 1 (Enabled) or 0 (Disabled))
134
+
-`action_slack_app_alert_integration_param_bot_username` - (Optional) The bot username that will post the message
135
+
-`action_slack_app_alert_integration_param_channel` - (Optional) Slack channel to send the message to (Should start with # or @)
136
+
-`action_slack_app_alert_integration_param_emoji` - (Optional) Emoji icon to use as the bot's avatar (Should start and end with :)
137
+
-`action_slack_app_alert_integration_param_message` - (Optional) Enter the chat message to send to the Slack channel. The message can include tokens that insert text based on the results of the
Description: "Valid values: (1 | 0) Specify whether the Slack App bot should automatically join the channel if it is not already a member. Defaults to false.",
Description: "Enter the chat message to send to the Slack channel. The message can include tokens that insert text based on the results of the search.",
0 commit comments