mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
(cherry picked from commit 61b2fdecf9
)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
parent
660d9ab467
commit
d4b35e168c
1 changed files with 17 additions and 7 deletions
|
@ -13,13 +13,6 @@ Runs a connector by ID.
|
|||
|
||||
`POST <kibana host>:<port>/s/<space_id>/api/actions/connector/<id>/_execute`
|
||||
|
||||
[[execute-connector-api-desc]]
|
||||
=== {api-description-title}
|
||||
|
||||
You can use this API to test an <<alerting-concepts-actions,action>> that
|
||||
involves interaction with Kibana services or integrations with third-party
|
||||
systems.
|
||||
|
||||
[[execute-connector-api-prereq]]
|
||||
=== {api-prereq-title}
|
||||
|
||||
|
@ -30,6 +23,13 @@ You must have `read` privileges for the *Actions and Connectors* feature in the
|
|||
If you use an index connector, you must also have `all`, `create`, `index`, or
|
||||
`write` {ref}/security-privileges.html[indices privileges].
|
||||
|
||||
[[execute-connector-api-desc]]
|
||||
=== {api-description-title}
|
||||
|
||||
You can use this API to test an <<alerting-concepts-actions,action>> that
|
||||
involves interaction with Kibana services or integrations with third-party
|
||||
systems.
|
||||
|
||||
[[execute-connector-api-params]]
|
||||
=== {api-path-parms-title}
|
||||
|
||||
|
@ -50,6 +50,16 @@ depending on the connector type. For information about the parameter properties,
|
|||
refer to <<action-types>>.
|
||||
+
|
||||
--
|
||||
.Index connectors
|
||||
[%collapsible%open]
|
||||
====
|
||||
`documents`::
|
||||
(Required, array of objects) The documents to index in JSON format.
|
||||
|
||||
For more information, refer to
|
||||
{kibana-ref}/index-action-type.html[Index connector and action].
|
||||
====
|
||||
|
||||
.Jira connectors
|
||||
[%collapsible%open]
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue