How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fluentd Forward Protocol

The Fluentd Forward Protocol is a binary protocol used to transport event streams between Fluentd nodes and compatible agents over TCP. It supports multiple transport modes including Message, Forward, PackedForward, and CompressedPackedForward, and includes authentication and heartbeat mechanisms.

Fluentd Forward Protocol is one of 3 APIs that Fluentd publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

Tagged areas include Logging, Networking, and Protocol. The published artifact set on APIs.io includes API documentation, an API reference, and an AsyncAPI specification.

This event API exposes 2 operations across 2 channels, and defines 13 schemas. It is described by AsyncAPI 2.6.0, at version 1.0.0.

The API connects through a single server, tcp://localhost:24224 (tcp).

2 operations 2 channels 13 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
1.0.0
Server
tcp://localhost:24224 (tcp)
License
Resource Areas
1

Channels & Operations 2

Across 2 channels, the API surfaces 2 operations. Each is listed below with its action, channel, parameters, and response codes.

Channels 2
PUB
/forward
Forward one or more log events to a Fluentd aggregator
forwardEvents body
PUB
/heartbeat
Send a heartbeat packet
sendHeartbeat body

Messages & Schemas 13

The contract defines 13 schemas that model the data carried by its messages. The most detailed is OptionMap (3 properties). Each schema is shown below with its type and property counts.

MessageMode
message
A single log event with tag, timestamp, and record
ForwardMode
message
A batch of log events sharing a single tag
PackedForwardMode
message
A batch of pre-serialized log events as a raw MessagePack byte stream
CompressedPackedForwardMode
message
A gzip-compressed packed forward batch
Heartbeat
message
A UDP keepalive packet
MessageModePayload
array
A MessagePack array representing a single Fluentd event in Message mode: [tag, time, record] or [tag, time, record, option].
ForwardModePayload
array
A MessagePack array representing a batch of Fluentd events in Forward mode: [tag, entries, option].
PackedForwardModePayload
array
A MessagePack array representing a packed batch: [tag, entriesbytes, option]. entriesbytes is a raw binary sequence of MessagePack-encoded [time, record] pairs.
CompressedPackedForwardModePayload
array
Same as PackedForwardModePayload but the entries binary blob is gzip-compressed. The option map must contain {"compressed":"gzip"}.
Entry
array
A single event entry consisting of a timestamp and a record.
EventTime
object
Event timestamp. Can be a Unix epoch integer (seconds) or a Fluentd EventTime MessagePack extension type that carries both seconds and nanoseconds for sub-seco…
Record
object
The log record payload. An arbitrary key-value map where keys are strings and values can be any MessagePack-compatible type. The fields are defined by the emit…
OptionMap
object
Optional metadata map attached to a Forward Protocol message. Can carry acknowledgement chunk IDs, compression hints, and size hints.
3 properties

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

fluentd-forward-protocol-asyncapi.yml Raw ↑

Other APIs Fluentd publishes across the network.

Fluentd Plugin API
Fluentd Events API
Where this information came from

This is an independent, third-party profile of Fluentd Forward Protocol, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.