Hi all,
I have Elastic Stack version 8.19. Is it possible to schedule report sending without using watchers or URLs?
We tried configuring this in kibana.yml:
Kibana Email settings
xpack.actions.preconfigured:
my-email:
name: preconfigured-email-connector-type
actionTypeId: .email
config:
service: ses
from: xxxxx@aaaa.it
host: email-smtp.eu-west-1.amazonaws.com
port: 587
secure: true
hasAuth: true
secrets:
user: **************
password:*************
notifications.connectors.default.email: my-email
But kibana doesn't start and we can't find any relevant errors in kibana.log.