From 3d05d0811fdb76dd7c80b15c43a58f6525182999 Mon Sep 17 00:00:00 2001 From: Kim Pohas Date: Thu, 5 Dec 2024 20:16:38 -0800 Subject: [PATCH] Clarify Terraform support for sched searches --- docs/alerts/difference-from-scheduled-searches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/alerts/difference-from-scheduled-searches.md b/docs/alerts/difference-from-scheduled-searches.md index d020548688..a00f156849 100644 --- a/docs/alerts/difference-from-scheduled-searches.md +++ b/docs/alerts/difference-from-scheduled-searches.md @@ -30,7 +30,7 @@ Beyond the differences in use cases, there are distinct feature differences betw | Send notification to multiple channels | No | Yes | | Alert disablement | No | Yes*
(Disable is a manual operation. We do not support scheduled disabling of alerts.) | | API support | Partial*
(Supported via content sync API) | Yes | -| Terraform support | No*
(The [Content API resource](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/content) allows you to manage Schedule Searches) | Yes | +| Terraform support | Yes
(see [content API resource](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/content)) | Yes | | Log Search operator support | Yes*
(Some operators are not supported for real-time alerts) | Yes | | Outlier-based alerts | Yes | Yes | | Access control | Object-Level Access Control | Object-Level Access Control (Per request - limited availability) |