From 1ddf92a98c45fb609b84b27d56ee161ec1b63e7c Mon Sep 17 00:00:00 2001 From: Niloth P <20315308+Niloth-p@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:27:54 +0530 Subject: [PATCH] integration-docs: Update Splunk for new doc format. Part of zulip#29592. --- zerver/webhooks/splunk/doc.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/zerver/webhooks/splunk/doc.md b/zerver/webhooks/splunk/doc.md index c3103de7b7..232a35f4d7 100644 --- a/zerver/webhooks/splunk/doc.md +++ b/zerver/webhooks/splunk/doc.md @@ -1,13 +1,20 @@ +# Zulip Splunk integration + See your Splunk Search alerts in Zulip! +{start_tabs} + 1. {!create-channel.md!} 1. {!create-an-incoming-webhook.md!} -1. {!generate-integration-url.md!} +1. {!generate-webhook-url-basic.md!} - If you do not specify a topic, the name of the search is used - (truncated to fit if needed). + !!! tip "" + + If you do not specify a topic, the name of the search is used, + and will truncated if it exceeds the character limit for Zulip + topics. 1. In the Splunk search app, execute the search you'd like to be notified about. Click on **Save As** in the top-right corner, @@ -15,15 +22,21 @@ See your Splunk Search alerts in Zulip! 1. Configure the **Settings** and **Trigger Conditions** for your search as appropriate. Under **Trigger Actions**, click **Add Actions**, - and select **Webhook**. Set **URL** to the URL constructed above, + and select **Webhook**. Set **URL** to the URL generated above, and click **Save**. !!! tip "" You can create as many search alerts as you like, with whatever - channel and topic you choose. Just update your webhook URL as - appropriate for each one, and make sure the channel exists. + channel and topic you choose. Just generate the webhook URL as + appropriate for each one. + +{end_tabs} {!congrats.md!} ![](/static/images/integrations/splunk/001.png) + +### Related documentation + +{!webhooks-url-specification.md!}