mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-27 23:46:31 +01:00
Elsasticsearch notification: add test cases Elasticsearch notification: make timeout configurable Elsasticsearch notification: add @timestamp field to JSON data Elsasticsearch notification: improve error handling use context.WithTimeoutCause Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> better comment the elaticsearch api endpoint add screenshot to documentation
20 lines
617 B
Markdown
20 lines
617 B
Markdown
# Notifications configuration
|
|
|
|
* [`amqp`](../notif/amqp.md)
|
|
* [`apprise`](../notif/apprise.md)
|
|
* [`discord`](../notif/discord.md)
|
|
* [`elasticsearch`](../notif/elasticsearch.md)
|
|
* [`gotify`](../notif/gotify.md)
|
|
* [`mail`](../notif/mail.md)
|
|
* [`matrix`](../notif/matrix.md)
|
|
* [`mqtt`](../notif/mqtt.md)
|
|
* [`ntfy`](../notif/ntfy.md)
|
|
* [`pushover`](../notif/pushover.md)
|
|
* [`rocketchat`](../notif/rocketchat.md)
|
|
* [`script`](../notif/script.md)
|
|
* [`signal-rest`](../notif/signalrest.md)
|
|
* [`slack`](../notif/slack.md)
|
|
* [`teams`](../notif/teams.md)
|
|
* [`telegram`](../notif/telegram.md)
|
|
* [`webhook`](../notif/webhook.md)
|