mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-23 12:48:17 +00:00
23 lines
863 B
Markdown
23 lines
863 B
Markdown
# Aggregating Event Data
|
|
|
|
Clustered environments typically don't aggregate log files in order to collect event data, instead either processing the log files locally and then pushing the event data out, or using webhooks.
|
|
|
|
KumoMTA supports several methods commonly used for event data aggregating:
|
|
|
|
## Webhooks
|
|
|
|
KumoMTA can publish log information to HTTP endpoints in the form of webhooks, which can be received and consumed by log processing applications.
|
|
|
|
For more information see the [webhooks page](../operation/webhooks.md) of the userguide.
|
|
|
|
## AMQP
|
|
|
|
KumoMTA also supports relaying log data via AMQP.
|
|
|
|
For more information see the [AMQP page](../policy/amqp.md) of the userguide.
|
|
|
|
## Kafka
|
|
|
|
KumoMTA supports publishing log events (as well as other messages) via Apache Kafka.
|
|
|
|
For more information see the [Kafka page](../policy/kafka.md) of the userguide. |