mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
14 lines
No EOL
288 B
YAML
14 lines
No EOL
288 B
YAML
summary: Create an email connector.
|
|
value:
|
|
name: email-connector-1
|
|
connector_type_id: .email
|
|
config:
|
|
from: tester@example.com
|
|
hasAuth: true
|
|
host: https://example.com
|
|
port: 1025
|
|
secure: false
|
|
service: other
|
|
secrets:
|
|
user: username
|
|
password: password |