Fluentd · Capability
Fluentd HTTP Input API
The Fluentd HTTP Input plugin exposes an HTTP endpoint that accepts log records posted as JSON, MessagePack, or form-encoded data. It allows applications to send events to Fluentd over standard HTTP, making it accessible from any language or platform that can make HTTP requests. Events can be sent individually or in batches, and the tag routing system determines downstream processing pipelines.
What You Can Do
POST
Postevent
— Fluentd Post a log event
/{tag}
POST
Posteventwithformat
— Fluentd Post a log event with explicit format
/{tag}.{format}
MCP Tools
postevent
Fluentd Post a log event
posteventwithformat
Fluentd Post a log event with explicit format