Skip to content

Commit

Permalink
[Docs] [Security Platform] adds warning for basic auth only (#1171) (#…
Browse files Browse the repository at this point in the history
…1175)

* adds warning for basic auth only

* fixes link references

* use ref not kibana-ref, maybe?

* use kibana-ref

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Janeen Mikell-Straughn <57149392+jmikell821@users.noreply.github.com>
(cherry picked from commit 4b16a4f)

Co-authored-by: Devin W. Hurley <snowmiser111@gmail.com>
  • Loading branch information
mergify[bot] and dhurley14 authored Oct 21, 2021
1 parent 854bf69 commit 7f8a504
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/detections/api/rules/rules-api-bulk-actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ NOTE: Console supports only {es} APIs and doesn't allow interactions with {kib}

==== Bulk create

WARNING: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.

Creates new rules.

===== Request URL
Expand Down Expand Up @@ -117,6 +119,8 @@ A JSON array containing the deleted rules.

==== Bulk update

WARNING: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.

Updates multiple rules.

You can use `PUT` or `PATCH` methods to bulk update rules, where:
Expand Down
2 changes: 2 additions & 0 deletions docs/detections/api/rules/rules-api-create.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[rules-api-create]]
=== Create rule

WARNING: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.

Creates a new detection rule.

NOTE: The {kib} 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 https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
Expand Down
2 changes: 2 additions & 0 deletions docs/detections/api/rules/rules-api-import.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[rules-api-import]]
=== Import rules

WARNING: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.

Imports rules from an ndjson file.

NOTE: The {kib} 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 https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
Expand Down
2 changes: 2 additions & 0 deletions docs/detections/api/rules/rules-api-update.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[rules-api-update]]
=== Update rule

WARNING: This API supports {kibana-ref}/api.html#token-api-authentication[Token-based authentication] only.

Updates an existing detection rule.

NOTE: The {kib} 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 https://www.elastic.co/guide/en/kibana/current/console-kibana.html[Console].
Expand Down

0 comments on commit 7f8a504

Please sign in to comment.