Fluentd provides plugin helpers to encapsulate and make commonly implemented features available such as timer, threading, formatting, parsing, ensuring configuration syntax's backward compatibility, etc.
To use plugin helpers, call helpers(*snake_case_symbols)
method to make them available.
Example:
helpers :timer, :storage, :compat_parameters
It will include Timer
, Storage
. and CompatParameters
plugin helpers.
​child_process
​
​compat_parameters
​
​event_emitter
​
​event_loop
​
​extract
​
​formatter
​
​inject
​
​parser
​
​record_accessor
​
​server
​
​socket
​
​storage
​
​thread
​
​timer
​
​http_server
​
If this article is incorrect or outdated, or omits critical information, please let us know. Fluentd is an open-source project under Cloud Native Computing Foundation (CNCF). All components are available under the Apache 2 License.