mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
integrations: Add OpenSearch incoming webhook integration.
Co-authored-by: merlinz01 <158784988+merlinz01@users.noreply.github.com>
(cherry picked from commit 22c80117f5)
This commit is contained in:
@@ -520,6 +520,7 @@ WEBHOOK_INTEGRATIONS: list[WebhookIntegration] = [
|
||||
WebhookIntegration("netlify", ["continuous-integration", "deployment"]),
|
||||
WebhookIntegration("newrelic", ["monitoring"], display_name="New Relic"),
|
||||
WebhookIntegration("opencollective", ["financial"], display_name="Open Collective"),
|
||||
WebhookIntegration("opensearch", ["monitoring"], display_name="OpenSearch"),
|
||||
WebhookIntegration("opsgenie", ["meta-integration", "monitoring"]),
|
||||
WebhookIntegration("pagerduty", ["monitoring"], display_name="PagerDuty"),
|
||||
WebhookIntegration("papertrail", ["monitoring"]),
|
||||
@@ -764,6 +765,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
||||
"netlify": [ScreenshotConfig("deploy_building.json")],
|
||||
"newrelic": [ScreenshotConfig("incident_activated_new_default_payload.json")],
|
||||
"opencollective": [ScreenshotConfig("one_time_donation.json")],
|
||||
"opensearch": [ScreenshotConfig("example_template.txt")],
|
||||
"opsgenie": [ScreenshotConfig("addrecipient.json")],
|
||||
"pagerduty": [ScreenshotConfig("trigger_v2.json")],
|
||||
"papertrail": [ScreenshotConfig("short_post.json", payload_as_query_param=True)],
|
||||
|
||||
Reference in New Issue
Block a user