kibana/x-pack/plugins/notifications
Chris Earle f2ccf90880
Add Notification Service (#19236)
This adds a notification service to Kibana that can be used to send
asynchronous notifications, such as sending email and Slack messages,
which are intended to be configured via a combination of the
`kibana.yml` and Kibana keystore.

Once configured, the actions are automatically added to the notification
service and can be invoked via the server using the `notificationService`
singleton or HTTP to send it directly. See the included README for more
details.
2018-05-22 19:02:04 -04:00
..
server Add Notification Service (#19236) 2018-05-22 19:02:04 -04:00
config.js Add Notification Service (#19236) 2018-05-22 19:02:04 -04:00
index.js Add Notification Service (#19236) 2018-05-22 19:02:04 -04:00
init.js Add Notification Service (#19236) 2018-05-22 19:02:04 -04:00