From 4374d9d64a70e3b6f9bbed9e726212901d3ed9ac Mon Sep 17 00:00:00 2001 From: benironside Date: Tue, 31 May 2022 16:20:10 -0700 Subject: [PATCH] Fixes #1970 by removing a note that no longer applies. --- docs/detections/api/rules/rules-api-overview.asciidoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/detections/api/rules/rules-api-overview.asciidoc b/docs/detections/api/rules/rules-api-overview.asciidoc index 488bcfc1ab..2b66a945c1 100644 --- a/docs/detections/api/rules/rules-api-overview.asciidoc +++ b/docs/detections/api/rules/rules-api-overview.asciidoc @@ -6,9 +6,7 @@ You can create rules that automatically turn events and external alerts sent to {es-sec} into detection alerts. These alerts are displayed on the Detections page. -NOTE: Console supports only Elasticsearch APIs. Console doesn't allow interactions with {kib} APIs. You must use `curl` or another HTTP tool instead. For more information, refer to {kibana-ref}/console-kibana.html[Run {es} API requests]. - -For more information on detection alerts, and the difference between events, +For more information on detection alerts and the differences between events, external alerts, and detection alerts, see <>.