mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
13 lines
No EOL
337 B
YAML
13 lines
No EOL
337 B
YAML
summary: Create a webhook connector with SSL authentication.
|
|
value:
|
|
name: my-webhook-connector
|
|
connector_type_id: .webhook
|
|
config:
|
|
method: post
|
|
url: https://example.com
|
|
authType: webhook-authentication-ssl
|
|
certType: ssl-crt-key
|
|
secrets:
|
|
crt: QmFnIEF0dH...
|
|
key: LS0tLS1CRUdJ...
|
|
password: my-passphrase |