From d549217c91d7950e7b3e5783717b0507108a5d1a Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:37:37 -0500 Subject: [PATCH 1/2] Update "Alerts and cases" to indicate that Watcher is unavailable on Serverless This adds a "Serverless: unavailable" tag right over [here](https://www.elastic.co/docs/explore-analyze/alerts-cases#watcher). --- explore-analyze/alerts-cases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore-analyze/alerts-cases.md b/explore-analyze/alerts-cases.md index 5d5f66c87d..90bfe38c90 100644 --- a/explore-analyze/alerts-cases.md +++ b/explore-analyze/alerts-cases.md @@ -35,6 +35,6 @@ If you have a planned outage, maintenance windows prevent rules from generating By combining these tools, Elasticsearch and Kibana enable incident response workflows, helping teams to detect, investigate, and resolve issues efficiently. -## Watcher +## Watcher {applies_to}`serverless: unavailable` You can use Watcher for alerting and monitoring specific conditions in your data. It enables you to define rules and take automated actions when certain criteria are met. Watcher is a powerful alerting tool for custom use cases and more complex alerting logic. It allows advanced scripting using Painless to define complex conditions and transformations. From 073d157c2267a982992afeb3ea8fc8668e9896bb Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Tue, 4 Nov 2025 15:40:43 -0500 Subject: [PATCH 2/2] Apply suggestion from @kilfoyle --- explore-analyze/alerts-cases.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/explore-analyze/alerts-cases.md b/explore-analyze/alerts-cases.md index 90bfe38c90..78430b58cd 100644 --- a/explore-analyze/alerts-cases.md +++ b/explore-analyze/alerts-cases.md @@ -35,6 +35,8 @@ If you have a planned outage, maintenance windows prevent rules from generating By combining these tools, Elasticsearch and Kibana enable incident response workflows, helping teams to detect, investigate, and resolve issues efficiently. -## Watcher {applies_to}`serverless: unavailable` +## Watcher +```{applies_to} +serverless: unavailable You can use Watcher for alerting and monitoring specific conditions in your data. It enables you to define rules and take automated actions when certain criteria are met. Watcher is a powerful alerting tool for custom use cases and more complex alerting logic. It allows advanced scripting using Painless to define complex conditions and transformations.