Skip to content

feat: add Mezmo (LogDNA) webhook provider#6303

Open
selenaalpha77-sketch wants to merge 1 commit intokeephq:mainfrom
selenaalpha77-sketch:feat/mezmo-provider
Open

feat: add Mezmo (LogDNA) webhook provider#6303
selenaalpha77-sketch wants to merge 1 commit intokeephq:mainfrom
selenaalpha77-sketch:feat/mezmo-provider

Conversation

@selenaalpha77-sketch
Copy link
Copy Markdown

Closes #1838

Summary

Adds a Mezmo (formerly LogDNA) provider that receives log-based alert webhooks from Mezmo's Views/Alerts system. Follows Keep's webhook provider pattern (same as Checkmk, SNMP, Wazuh).

Files added:

  • keep/providers/mezmo_provider/mezmo_provider.py — webhook provider, _format_alert maps Mezmo payload to AlertDto
  • keep/providers/mezmo_provider/alerts_mock.py — 3 sample payloads (error, critical, warning)
  • keep/providers/mezmo_provider/__init__.py
  • docs/providers/documentation/mezmo-provider.mdx — setup guide with payload reference

Severity mapping: Mezmo log levels (critical/error/warning/info/debug) → Keep severity

Timestamp handling: accepts both ISO-8601 strings and epoch-millisecond integers

No external dependencies required.

Adds a Mezmo (formerly LogDNA) provider that receives log-based alert
webhooks from Mezmo's Views/Alerts system. Follows Keep's webhook
provider pattern (same as Checkmk, SNMP, Wazuh). Maps Mezmo log levels
to Keep AlertSeverity and handles both ISO-8601 and epoch-ms timestamps.

Closes keephq#1838
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


evan seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. Documentation Improvements or additions to documentation Feature A new feature Provider Providers related issues labels Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Documentation Improvements or additions to documentation Feature A new feature Provider Providers related issues size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[🔌 Provider]: Add Mezmo provider

2 participants