Log Forwarder Inputs
Runs the 10x engine as a forwarder sidecar to process collected log events before they ship to output destinations (e.g., Splunk, Elasticsearch, S3).
The design enables Edge apps to report on, regulate, and optimize events at the source while integrating with existing log forwarders (e.g., Fluentd/Bit).
Extensibility
All forwarder input modules utilize core IPC I/O modules (e.g., stdin, Unix) as building blocks for integrating with bundled forwarders (e.g., Fluentd/Bit) and to serve as a reference for supporting additional forwarder types.
Modules
-
Fluent Bit Input
Report, regulate, and optimize events collected by Fluent Bit forwarders.
-
Fluentd Input
Report, regulate, and optimize events collected by Fluentd forwarders.
-
OpenTelemetry Collector Input
Report, regulate, and optimize events collected by OpenTelemetry Collector forwarders.
-
Filebeat Input
Report, regulate, and optimize events collected by Filebeat forwarders.
-
Logstash Input
Report, regulate, and optimize events collected by Logstash forwarders.
-
Splunk UF Input
Report, regulate, and optimize events before shipping to Splunk via Universal Forwarder.
-
Datadog Agent Input
Report, regulate, and optimize events before shipping to Datadog via Datadog Agent.
This module is defined in forwarder/module.yaml.