blob: f08b456191f28be342e37ff3d5ced8e35cab3bb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Fluentd Forward Protocol Implementation
This plugin is based in Fluentd Forward Protocol Spec v1 available here:
- https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v1
The following Event modes are implemented:
- Message Mode
- Forward Mode
Depending of the configuration, the plugin will decide to go with Message Mode or Forward Mode.
|