From e7eea382d39302c6405b4f748cb81d08125f4abb Mon Sep 17 00:00:00 2001 From: Pavan Gudiwada <25551553+pavangudiwada@users.noreply.github.com> Date: Mon, 6 May 2024 14:48:26 +0530 Subject: [PATCH] Updated zulip docs and monor fixes (#1403) Co-authored-by: Pavan Gudiwada --- .../coralogix_managed_prometheus.rst | 5 +++-- docs/configuration/configuring-sinks.rst | 2 +- docs/configuration/sinks/index.rst | 6 ++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst b/docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst index 131aaceb1..6ae2b3732 100644 --- a/docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst +++ b/docs/configuration/alertmanager-integration/coralogix_managed_prometheus.rst @@ -20,7 +20,7 @@ To configure it: 3. Select the Post Method. 4. In the Edit headers replace it with -.. code-block:: json +.. code-block:: yaml { "Content-Type": "application/json", @@ -29,7 +29,7 @@ To configure it: 5. In Edit body add -.. code-block:: json +.. code-block:: yaml { "externalURL": "", @@ -56,6 +56,7 @@ To configure it: ] } + 6. Click the 'Test Config' button and check your robusta sinks that you received an alert 7. Click Save diff --git a/docs/configuration/configuring-sinks.rst b/docs/configuration/configuring-sinks.rst index 643e9b487..69c76e02d 100644 --- a/docs/configuration/configuring-sinks.rst +++ b/docs/configuration/configuring-sinks.rst @@ -326,7 +326,7 @@ messages will not be delivered. An example of such a configuration is presented below: -.. code-block:: yml +.. code-block:: yaml sinksConfig: - slack_sink: diff --git a/docs/configuration/sinks/index.rst b/docs/configuration/sinks/index.rst index 3e7324b4c..e8e91dff6 100644 --- a/docs/configuration/sinks/index.rst +++ b/docs/configuration/sinks/index.rst @@ -30,6 +30,7 @@ Sinks Reference google_chat pushover ServiceNow + zulip sinks-development @@ -154,6 +155,11 @@ Click a sink for setup instructions. :link: ServiceNow :link-type: doc + .. grid-item-card:: :octicon:`cpu;1em;` Zulip + :class-card: sd-bg-light sd-bg-text-light + :link: zulip + :link-type: doc + **Need support for a new sink?** `Tell us and we'll add it. `_ You can also :ref:`add the sink yourself ` and open a PR.