Add Dovecot "log_json" exporter definition

This commit is contained in:
Julian Rother 2025-02-10 23:04:18 +01:00
parent 5816c705d4
commit e116d74fb7
Signed by: julian
GPG key ID: C19B924C0CD13341

View file

@ -177,6 +177,12 @@ metric mail_deliveries {
filter = event=mail_delivery_finished filter = event=mail_delivery_finished
} }
event_exporter log_json {
format = json
transport = log
format_args = time-rfc3339
}
# Postfix delivers incoming mails via lda (transport "dovecot") # Postfix delivers incoming mails via lda (transport "dovecot")
lda_mailbox_autocreate = yes lda_mailbox_autocreate = yes
protocol lda { protocol lda {