Skip to content

Commit 43a3ec7

Browse files
narcher7jmikell821
andauthored
Issue #412 - Add warning about Kibana Dev Console (#489)
* Issue #412 - Add warning about Kibana Dev Console * Update docs/siem-apis.asciidoc Co-authored-by: Janeen Mikell-Straughn <[email protected]> * Update to match Elasticsearch langugage * Fix link in console * Update docs/siem-apis.asciidoc Co-authored-by: Janeen Mikell-Straughn <[email protected]> * Make a small change to kick off a new build * Turn Git link into text. Co-authored-by: Janeen Mikell-Straughn <[email protected]>
1 parent 3021ebb commit 43a3ec7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/siem-apis.asciidoc

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
[[security-apis]]
33
= Elastic Security APIs
44

5+
56
You can use these APIs to interface with {es-sec} features:
67

8+
NOTE: The {kib} Console supports only Elasticsearch APIs. You cannot interact with the {kib} APIs with the Console and must use `curl` or another HTTP tool instead. For more information, refer to https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
9+
710
* <<rule-api-overview>>: Manage detection rules and alerts
811
* <<exceptions-api-overview>>: Create and manage rule exceptions
912
* <<lists-api-overview>>: Create source event value lists for use with rule exceptions
@@ -14,7 +17,7 @@ Additionally, the {kib} <<actions-api-overview, Actions API>> is partially
1417
documented to enable opening and updating cases in external ticketing systems.
1518
For more information on {kib} Actions, see
1619
{kibana-ref}/alerting-getting-started.html[Alerting and Actions] and
17-
https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions.
20+
https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions[action plugins].
1821

1922
[float]
2023
=== API URLs

0 commit comments

Comments
 (0)