Input Plugins
Fluentd has nine (9) types of plugins:
This article gives an overview of the Input Plugin.
Overview
Input plugins extend Fluentd to retrieve and pull event logs from the external sources. An input plugin typically creates a thread, socket, and a listening socket. It can also be written to periodically pull data from the data sources.
List of Input Plugins
in_tailin_forwardin_udpin_tcpin_unixin_httpin_syslogin_execin_samplein_dummyin_monitor_agentin_gc_statin_object_spacein_windows_eventlog
Other Input Plugins
Refer to this list of available plugins to find out about other Input plugins:
- tail
- forward
- udp
- tcp
- unix
- http
- syslog
- exec
- sample
- dummy
- monitor_agent
- gc_stat
- object_space
- windows_eventlog