Fluentd

Receive Fluentd log forwarding alerts via HTTP output plugin.

InboundLogging & Error Tracking
Start Free Trial

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

1.Install the Fluentd HTTP output plugin if not already available
2.Add to your Fluentd config:
<match alert.**>
  @type http
  endpoint <WEBHOOK_URL>
  http_method post
  content_type application/json
  <format>
    @type json
  </format>
</match>
3.Route alert-worthy logs to the alert.** tag
4.Restart Fluentd

Example 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 StatusFluentd 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