mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 5ac15483c7
)
Co-authored-by: Mike Côté <mikecote@users.noreply.github.com>
This commit is contained in:
parent
f46a5ccaa5
commit
3a690a9468
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ Webhook connectors have the following configuration properties.
|
|||
|
||||
Name:: The name of the connector. The name is used to identify a connector in the management UI connector listing, or in the connector list when configuring an action.
|
||||
URL:: The request URL. If you are using the <<action-settings, `xpack.actions.allowedHosts`>> setting, make sure the hostname is added to the allowed hosts.
|
||||
Method:: HTTP request method, either `POST`(default) or `PUT`.
|
||||
Method:: HTTP request method, either `post`(default) or `put`.
|
||||
Headers:: A set of key-value pairs sent as headers with the request
|
||||
Require authentication:: If true, a username and password for login type authentication must be provided.
|
||||
Username:: Username for HTTP basic authentication.
|
||||
|
@ -38,7 +38,7 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
|
|||
actionTypeId: .webhook
|
||||
config:
|
||||
url: https://test.host
|
||||
method: POST
|
||||
method: post
|
||||
headers:
|
||||
testheader: testvalue
|
||||
secrets:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue