Fluentd
Receive Fluentd log forwarding alerts via HTTP output plugin.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Fluentd.
Configure Fluentd
Add the webhook URL in your Fluentd settings.
Auto-Detected
Alert24 auto-detects Fluentd payloads and maps them to incidents.
Step-by-Step Setup Instructions
Fluentd HTTP Output Setup
<match alert.**>
@type http
endpoint <WEBHOOK_URL>
http_method post
content_type application/json
<format>
@type json
</format>
</match>alert.** tagExample Webhook Payload
This is a sample payload that Fluentd sends to Alert24 when an alert fires.
{
"tag": "alert.production",
"level": "error",
"message": "Database connection pool exhausted",
"source": "api-server-03",
"timestamp": "2024-01-15T10:30:00Z"
}How Alert24 Maps Fluentd Data
Status Field
level
Message Field
message
Auto-Create Incidents
Yes
Auto-Resolve Incidents
No
Status Mapping
| Alert24 Status | Fluentd Values |
|---|---|
| operational | info |
| degraded | warn |
| down | errorfatal |
Connect Fluentd to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Logging & Error Tracking Integrations
Sentry
InboundReceive Sentry issue alerts, metric alerts, and error notifications via webhook.
Splunk
InboundReceive Splunk alert webhook notifications.
Sumo Logic
InboundReceive Sumo Logic scheduled search and monitor alerts.
Elastic (ELK)
InboundReceive Elasticsearch Watcher and Kibana alert notifications via webhook.
Graylog
InboundReceive Graylog event and alert notifications via HTTP notification.
Papertrail
InboundReceive Papertrail log search alerts via webhook.