Skip to content

Commit

Permalink
Issue #412 - Add warning about Kibana Dev Console (#489) (#494)
Browse files Browse the repository at this point in the history
* Issue #412 - Add warning about Kibana Dev Console

* Update docs/siem-apis.asciidoc

Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>

* Update to match Elasticsearch langugage

* Fix link in console

* Update docs/siem-apis.asciidoc

Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>

* Make a small change to kick off a new build

* Turn Git link into text.

Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>

Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>
  • Loading branch information
narcher7 and jmikell821 authored Feb 8, 2021
1 parent d07583f commit 64ff7df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/siem-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
[[security-apis]]
= Elastic Security APIs


You can use these APIs to interface with {es-sec} features:

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].

* <<rule-api-overview>>: Manage detection rules and alerts
* <<exceptions-api-overview>>: Create and manage rule exceptions
* <<lists-api-overview>>: Create source event value lists for use with rule exceptions
Expand All @@ -14,7 +17,7 @@ Additionally, the {kib} <<actions-api-overview, Actions API>> is partially
documented to enable opening and updating cases in external ticketing systems.
For more information on {kib} Actions, see
{kibana-ref}/alerting-getting-started.html[Alerting and Actions] and
https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions.
https://github.com/elastic/kibana/tree/master/x-pack/plugins/actions[action plugins].

[float]
=== API URLs
Expand Down

0 comments on commit 64ff7df

Please sign in to comment.